This handy python script gets links of a DMAX show. You can also specify a season with -s
and an episode with -e
.
The resulting information will be saved in an Excel file.
- Clone repo
pip install -U -r requirements.txt
python dmax.py NAME-OF-SHOW [-s SEASON] [-e EPISODE] [--specials]
- Check help with
python dmax.py -h
- Contacts DMAX API and gets video ids plus sonicToken from cookie
- Sends sonicToken and video id(s) to the player API which returns the link(s)