You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
Jeff Huffman 706dfe441b
[crunchyroll:beta] Add cookies support (#2506)
* Extract directly from the beta API when cookies are passed. If login cookie is absent, the extraction is delegated to `CrunchyrollIE`. This causes different metadata to be extracted (including formats and video id) and therefore results in a different archive entry. For now, this issue is unavoidable since the browser also redirects to the old site when not logged in.

* Adds extractor-args `format` and `hardsub` to control the source and subtitles of the extracted formats

Closes #1911
Authored by: tejing1
3 years ago
..
downloader [downloader/ffmpeg] Handle unknown formats better 3 years ago
extractor [crunchyroll:beta] Add cookies support (#2506) 3 years ago
postprocessor [docs,cleanup] Fix linter and misc cleanup 3 years ago
YoutubeDL.py [extractor] Allow non-fatal `title` extraction 3 years ago
__init__.py Add option `--print-to-file` 3 years ago
__main__.py
aes.py [AES] Add ECB mode (#1686) 3 years ago
cache.py [docs,cleanup] Some minor refactoring and improve docs 3 years ago
compat.py [compat] Suppress errors in enabling VT mode 3 years ago
cookies.py [cookies] Fix keyring selection for unsupported desktops 3 years ago
jsinterp.py [cleanup] Fix some typos (#2033) 3 years ago
minicurses.py [dash,youtube] Download live from start to end (#888) 3 years ago
options.py [docs,cleanup] Fix linter and misc cleanup 3 years ago
socks.py
swfinterp.py.disabled
update.py [cleanup] Misc cleanup 3 years ago
utils.py Fix/improve `InAdvancePagedList` 3 years ago
version.py [version] update 3 years ago
webvtt.py [utils] Standardize timestamp formatting code 3 years ago