Based on https://github.com/Brawl345/Get-DMAX-Links. But with direct download function.
This handy python script gets links of a DMAX show. You can also specify a season with -s
and an episode with -e
.
There are 4 options:
- It will download automatic found files and saves filenames into files for tracking already downloaded files. [DEFAULT]
- The resulting information will be saved in an Excel file:
--xls
- Print links directly:
--links
- Print youtube-dl commands directly:
--commands
The Script is written in Python 3.
- Clone repo
pip install -U -r requirements.txt
python dmax.py [-i NAME-OF-SHOW] [-s SEASON] [-e EPISODE] [--specials] [--xlsx] [--links] [--commands]
- Check help with
python dmax.py -h
- Contacts Discovery API to get tokens and show + video data
- Sends token and video id(s) to the player API which returns the link(s)