Skip to content

Downloader & Decryptor for MPD Streams through CDN's using DRM technology.

License

Notifications You must be signed in to change notification settings

iWas-Coder/web-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB-DL - Downloader & Decryptor for MPD Streams through CDN's

Dependencies

It is required to have both ffmpeg and mp4decrypt installed and fully accessible in the system.

Also, ensure that all needed python3 requirements are met doing:

pip3 install -r requirements.txt

Documentation

Visit the project's wiki to see how things work in a much deeper explanation.

Usage

  • -u / --url: Input the URL or PATH to the MPD manifest of the desired stream.
  • -o / --output: Input the final name that we want the target file to have; it is recommended to include a file extension (e.g. test.mkv).