17 Commits (8c25f81beea169c9d6540eea1a6f71dc045da6ed)

Author SHA1 Message Date
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
utils is large enough without these compatibility functions.

Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py .
Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
10 years ago
Jaime Marquínez Ferrándiz d65d628613 [crunchycroll] Fix building of ass subtitles (reported in #4019)
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
10 years ago
Philipp Hagemeister 09e5d6a6e5 [crunchyroll:playlist] Simplify (#3988) 10 years ago
Philipp Hagemeister 274b12b5a8 Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist' 10 years ago
Philipp Hagemeister b1edd7a48a [crunchyroll] Correct parsing (Fixes #4014) 10 years ago
Gabriel Schubiner 1b10a011ec Forgot to reverse extracted video urls so they are in correct order for video selection args 10 years ago
Gabriel Schubiner 8230018c20 Added extractor for crunchyroll 'playlists' i.e. series. so that one can, e.g. download all episodes of a series 10 years ago
Naglis Jonaitis 11b3ce8509 [crunchyroll] Allow to list subtitles (fixes #3805) 10 years ago
Adam 78272a076e Add SSA (.ass) subtitle output for Crunchyroll 10 years ago
Adam 723e04d0be Add login support to Crunchyroll extractor 10 years ago
Jaime Marquínez Ferrándiz d0a72674c6 [crunchyroll] Use `enumerate` 10 years ago
Sergey M. 1d430674c7 [crunchyroll] Handle error message 10 years ago
Sergey M 70cb73922b [crunchyroll] Fix subtitle lang code extraction 10 years ago
Sergey M 344400951c [crunchyroll] Tidy and modernize 10 years ago
dst 38a40276ec [crunchyroll] Add support for mobile URLs and use unicode literals 10 years ago
Philipp Hagemeister 79fed2a4df [crunchyroll] Fix test (#1721) 11 years ago
rzhxeo c8434e8316 Add support for crunchyroll.com 11 years ago