Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 857 Bytes

File metadata and controls

32 lines (21 loc) · 857 Bytes

playscrape

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.

Requirements

Installation

  1. Clone the project

    git clone https://github.com/bheinks/playscrape.git

  2. Install required dependencies

    Poetry: poetry install
    Pip: pip install --user requirements.txt

Usage

usage: playscrape.py [-h] username [path]

positional arguments:
  username    PlaysTV username
  path        video save location (default: current directory)