1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 05:31:15 +02:00
yt-dlp/yt_dlp
Ashish Gupta 5118d2ec58
[DiscoveryPlus] Rewrite extractors (see desc) (#1766)
* 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
2021-11-30 21:39:15 +05:30
..
downloader [cleanup] Misc cleanup 2021-11-29 23:34:33 +05:30
extractor [DiscoveryPlus] Rewrite extractors (see desc) (#1766) 2021-11-30 21:39:15 +05:30
postprocessor [cleanup] Add deprecation warnings 2021-11-29 23:34:33 +05:30
__init__.py Validate --get-bypass-country 2021-11-30 01:02:33 +05:30
__main__.py
aes.py [AES] Add ECB mode (#1686) 2021-11-19 07:24:10 +05:30
cache.py [docs,cleanup] Some minor refactoring and improve docs 2021-09-30 03:32:52 +05:30
compat.py [compat] Don't create console in windows_enable_vt_mode 2021-10-26 21:59:08 +05:30
cookies.py [docs,cleanup] Improve docs and minor cleanup 2021-10-31 14:47:33 +05:30
jsinterp.py [cleanup] Refactor JSInterpreter._seperate 2021-11-29 22:56:35 +05:30
minicurses.py [downloader] Add colors to download progress 2021-11-29 22:51:18 +05:30
options.py [cleanup] Misc cleanup 2021-11-29 23:34:33 +05:30
socks.py
swfinterp.py.disabled
update.py [cleanup] Add deprecation warnings 2021-11-29 23:34:33 +05:30
utils.py [cleanup] Add deprecation warnings 2021-11-29 23:34:33 +05:30
version.py [build] Save Git HEAD at release alongside version info 2021-11-29 22:52:01 +05:30
webvtt.py [utils] Standardize timestamp formatting code 2021-10-19 22:58:25 +05:30
YoutubeDL.py Fix --trim-filename when filename has . 2021-11-30 00:14:18 +05:30