Scrape the Wayback Machine for archived PlaysTV content.
If found, videos will be downloaded in 720p (the only resolution available for most content) to a directory specified (current directory if unspecified) and organized into folders by game title.
- Python 3
- Beautiful Soup 4
- Requests
- Waybackpy
-
Clone the project
git clone https://github.com/bheinks/playscrape.git -
Install required dependencies
Poetry:
poetry install
Pip:pip install --user requirements.txt
usage: playscrape.py [-h] username [path]
positional arguments:
username PlaysTV username
path video save location (default: current directory)