A simple Twitch VOD Downloading script built upon TwitchDownload made by lay295
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
So I needed a way to download all VODs by a certain Twitch streamer and not just once but periodically. So in typical Developer fashion I decided to spend multiple hours automating this process rather than getting started doing it manually.
- Python 3
- Python requests module
pip install requests
- Clone the repo
- Download the latest TwitchDownloader from here
- Place the .exe file into the same folder as the python script
- Create a Twitch Application here
- Copy the Client ID and the Client Secret into the Python file
- Open the File in any Text Editor
- Add the Channel Name from which you want to Download the VODs at the Top
- (optional) create a
last.txt
file with a Date (format: dd.mm.yyyy) to only download VODs AFTER this date - Open CMD or any other type of Terminal and run the file
- If you followed all of the steps it should start downloading the VODs one after another and place them in seperate subfolders for each day. It will include full Chat logs by default
- Check the current directory for already downloaded VODs
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Philip - Currently not available via E-Mail
Project Link: https://github.com/thephilluk/Twitch-VOD-Downloader