Skip to content

Get links of DMAX shows and a specific season and/or episode

License

Notifications You must be signed in to change notification settings

sebastianheierhoff/Get-DMAX-Links

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get DMAX Links

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.

Usage

  1. Clone repo
  2. pip install -U -r requirements.txt
  3. python dmax.py NAME-OF-SHOW [-s SEASON] [-e EPISODE] [--specials]
  4. Check help with python dmax.py -h

How it works

  1. Contacts DMAX API and gets video ids plus sonicToken from cookie
  2. Sends sonicToken and video id(s) to the player API which returns the link(s)

Screenshot

About

Get links of DMAX shows and a specific season and/or episode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%