- 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.
- Install Python
- Clone repository
- Navigate into cloned directory
- Install required packages
pip install -r requirements.txt
(Run in terminal) - Run Script :)
- 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 local time to return results therefore using values from somebody else's example will not always work.
- Ensure to enter the seconds value as 00 when running the script as the script brute forces the seconds value automatically.
- The following sites can be used to provide the information that the script requires:
- Python has a few code editors that can be used which include the following:
- PyCharm
- Visual Studio Code
- 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.