Commit Graph

28 Commits (499bfcbfd09e85f053d7e8943a8d47fed9349b0e)

Author SHA1 Message Date
Philipp Hagemeister 499bfcbfd0 Make sure netrc works for all extractors with login support
Fixes #5112
9 years ago
Jaime Marquínez Ferrándiz b5857f62e2 [crunchyroll] Convert to new subtitles system 9 years ago
Jaime Marquínez Ferrándiz a221f22969 [crunchyroll] Fix format extraction
Reported in https://github.com/rg3/youtube-dl/issues/2782#issuecomment-68556780
9 years ago
Sergey M․ a8896c5ac2 [crunchyroll] Add .fr domain (#4537) 9 years ago
Philipp Hagemeister 7af808a5ef Improve code style 10 years ago
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
10 years ago
Philipp Hagemeister b74e86f48a Fix all PEP8 issues except E501 10 years ago
Jouke Waleson 2514d2635e PEP8: E225,E227 10 years ago
Jouke Waleson 8bcc875676 PEP8: more applied 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Philipp Hagemeister 0cc8888038 [crunchyroll] Remove NOP code (#2782) 10 years ago
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