Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iWas-Coder/web-dl
Downloader & Decryptor for MPD Streams through CDN's using DRM technology.
https://github.com/iWas-Coder/web-dl
cdn content-protection decryptor downloader drm ffmpeg hls manifest mpd mpeg-dash stream web-dl
Last synced: about 2 months ago
JSON representation
Downloader & Decryptor for MPD Streams through CDN's using DRM technology.
- Host: GitHub
- URL: https://github.com/iWas-Coder/web-dl
- Owner: iWas-Coder
- License: gpl-3.0
- Created: 2022-08-21T16:33:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T01:20:42.000Z (7 months ago)
- Last Synced: 2024-11-28T00:13:10.627Z (2 months ago)
- Topics: cdn, content-protection, decryptor, downloader, drm, ffmpeg, hls, manifest, mpd, mpeg-dash, stream, web-dl
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 23
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# 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:
```console
pip3 install -r requirements.txt
```### Documentation
Visit the project's [wiki](https://github.com/iWas-Coder/web-dl/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`).