Metadata-Version: 2.1
Name: tvod
Version: 1.1.0
Summary: A package to retrieve Twitch VOD
Home-page: https://gitlab.com/jjocram/twitch-vod
License: GPL-3.0-or-later
Author: Marco Ferrati
Author-email: marco.ferrati@protonmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: requests (>=2.28.0,<3.0.0)
Project-URL: Bug Tracker, https://gitlab.com/jjocram/twitch-vod/-/issues
Project-URL: Repository, https://gitlab.com/jjocram/twitch-vod
Description-Content-Type: text/markdown

# Twitch VOD
Tool to retrieve Twitch's VOD from the video ID

## Install

## Use
1. Execute the tool from a terminal 
```bash
tvod
```

2. It will ask the video ID (you can find it in twitch's video page). In this (`https://www.twitch.tv/videos/1234567890`) case the ID is `1234567890`

3. It will ask at which resolution watch

4. It will use your browser to watch it.

