Download your PlaysTV videos after shutdown!
This script will allow you to download almost all of your PlaysTV videos post shutdown.
It uses Internet Archive to access the latest archived version of your Plays TV profile and attempts to download each one of your videos with highest quality possible. (I was able to download %97 of my videos)
- Python 3.7+
- git
- Selenium web driver for your desired browser downloaded and added to your PATH.
- Libraries located in the
requirements.txt
file. (They will be installed below.)
- Install the repo and change your directory to the script's location
git clone https://github.com/Midorina/PlaysTVPuller
cd PlaysTVPuller
- Install the required libraries
python -m pip install -r requirements.txt
- Run the script with your Plays.TV username
python playstvpuller.py YourPlaysTVUsername
That's it! The script will keep you informed in the process.
usage: playstvpuller.py [-h] [-p PATH] [-f] [--headless] username
Download most of your Plays.TV videos from the web archive.
positional arguments:
username your Plays.TV username
optional arguments:
-h, --help show this help message and exit
-p PATH, --path PATH the directory where all videos will be placed in
-f, --force overwrite/re-download if the video is already downloaded
--headless use a headless browser (no gui)