VodRecovery
VodRecovery copied to clipboard
Python script created to retrieve/download sub-only/deleted videos/clips from twitch.
VodRecovery
- Created By: ItIckeYd
- Initial Release: May 3rd, 2022
- The script is used to retrieve sub-only and deleted videos from twitch.
- Credits to daylamtayari - TwitchRecover repository helped with the logic to recover twitch videos.
Script Installation
- Install Python
- Clone repository
- Navigate into cloned directory
- Install required packages
pip install -r requirements.txt
(Run in terminal) - Run Script :)
Script Notes
- The script CANNOT recover every single vod. The script can only recover vods that still exist on the twitch vod domains.
- Due to twitch's deletion process vods are typically only available up to 60 days old. The script will notify you if its older then 60 days.
- The script uses UTC timezone as default when recovering vods.
- Ensure to enter the seconds value as 00 when running the script as the script brute forces the seconds value automatically.
Analytical Sites
- The following sites can be used to provide the information that the script requires:
Optional IDE
- Python has a few code editors that can be used which include the following:
- PyCharm
- Visual Studio Code
Additional Notes
- If creating an issue for a problem that your experiencing please provide atleast 1 example.
- If you are not getting results back from the script. Please try vods from other streamers, if the other streamers vods give you results then the original vods you were trying probably just don't exist.