aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/discoverynetworks.py
Commit message (Collapse)AuthorAgeFilesLines
* [DiscoveryPlus] Rewrite extractors (see desc) (#1766)Ashish Gupta2021-11-301-41/+0
| | | | | | | | | * Add `DiscoveryPlusItalyShowIE` * Use `uuid.uuid4().hex` for device id so no cookies are required * Fix dash formats not being downloaded * Extract subtitles from manifests * Move all extractors to one file and restructure inheritances Authored by: Ashish0804, pukkandan
* [test/download] Fallback test to `bv`pukkandan2021-11-061-1/+0
|
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-2/+1
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+43
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan