This project is deprecated.
pip install -r requirements.txt
Insert mail, password and file path in config.json.
python3 downloader.py --config=/path/to/config.json
{
"username": string,
"password": string,
"premium": false,
"storage_path": string,
"broadcasts": [
{
"title": "string,
"filter": {
"min_productionyear": integer
}
}
]
}