Skip to content

This python script let you extract or download video information and downloadlinks from dmax shows.

License

Notifications You must be signed in to change notification settings

birdie1/dmax-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmax-scraper

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

Usage

The Script is written in Python 3.

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

How it works

  1. Contacts Discovery API to get tokens and show + video data
  2. Sends token and video id(s) to the player API which returns the link(s)

About

This python script let you extract or download video information and downloadlinks from dmax shows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages