Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Chow89/YouTV-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is deprecated.

YouTV-Downloader

Install

pip install -r requirements.txt

Insert mail, password and file path in config.json.

Usage

python3 downloader.py --config=/path/to/config.json

Configuration

{
  "username": string,
  "password": string,
  "premium": false,
  "storage_path": string,
  "broadcasts": [
    {
      "title": "string,
      "filter": {
        "min_productionyear": integer
      }
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages