Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [crunchyroll] Remove unused class | Jaime Marquínez Ferrándiz | 2015-03-21 | 1 | -8/+0 | |
| | ||||||
* | Make sure netrc works for all extractors with login support | Philipp Hagemeister | 2015-03-03 | 1 | -0/+1 | |
| | | | | Fixes #5112 | |||||
* | [crunchyroll] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -31/+35 | |
| | ||||||
* | [crunchyroll] Fix format extraction | Jaime Marquínez Ferrándiz | 2015-01-02 | 1 | -1/+1 | |
| | | | | Reported in https://github.com/rg3/youtube-dl/issues/2782#issuecomment-68556780 | |||||
* | [crunchyroll] Add .fr domain (#4537) | Sergey M․ | 2014-12-22 | 1 | -3/+6 | |
| | ||||||
* | Improve code style | Philipp Hagemeister | 2014-12-17 | 1 | -1/+0 | |
| | ||||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -2/+4 | |
| | | | | | | | | · 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 | |||||
* | Fix all PEP8 issues except E501 | Philipp Hagemeister | 2014-11-23 | 1 | -2/+3 | |
| | ||||||
* | PEP8: E225,E227 | Jouke Waleson | 2014-11-23 | 1 | -4/+4 | |
| | ||||||
* | PEP8: more applied | Jouke Waleson | 2014-11-23 | 1 | -10/+10 | |
| | ||||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -3/+3 | |
| | ||||||
* | [crunchyroll] Remove NOP code (#2782) | Philipp Hagemeister | 2014-11-15 | 1 | -2/+0 | |
| | ||||||
* | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -1/+0 | |
| | | | | | | | 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 . | |||||
* | [crunchycroll] Fix building of ass subtitles (reported in #4019) | Jaime Marquínez Ferrándiz | 2014-10-29 | 1 | -15/+12 | |
| | | | | Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped. | |||||
* | [crunchyroll:playlist] Simplify (#3988) | Philipp Hagemeister | 2014-10-26 | 1 | -24/+26 | |
| | ||||||
* | Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist' | Philipp Hagemeister | 2014-10-26 | 1 | -0/+36 | |
|\ | ||||||
| * | Forgot to reverse extracted video urls so they are in correct order for ↵ | Gabriel Schubiner | 2014-10-20 | 1 | -0/+1 | |
| | | | | | | | | video selection args | |||||
| * | Added extractor for crunchyroll 'playlists' i.e. series. so that one can, ↵ | Gabriel Schubiner | 2014-10-19 | 1 | -0/+35 | |
| | | | | | | | | e.g. download all episodes of a series | |||||
* | | [crunchyroll] Correct parsing (Fixes #4014) | Philipp Hagemeister | 2014-10-23 | 1 | -4/+7 | |
|/ | ||||||
* | [crunchyroll] Allow to list subtitles (fixes #3805) | Naglis Jonaitis | 2014-09-25 | 1 | -2/+6 | |
| | ||||||
* | Add SSA (.ass) subtitle output for Crunchyroll | Adam | 2014-08-30 | 1 | -1/+77 | |
| | ||||||
* | Add login support to Crunchyroll extractor | Adam | 2014-08-29 | 1 | -0/+19 | |
| | ||||||
* | [crunchyroll] Use `enumerate` | Jaime Marquínez Ferrándiz | 2014-02-25 | 1 | -4/+2 | |
| | ||||||
* | [crunchyroll] Handle error message | Sergey M. | 2014-02-25 | 1 | -0/+7 | |
| | ||||||
* | [crunchyroll] Fix subtitle lang code extraction | Sergey M | 2014-02-25 | 1 | -1/+1 | |
| | ||||||
* | [crunchyroll] Tidy and modernize | Sergey M | 2014-02-25 | 1 | -10/+15 | |
| | ||||||
* | [crunchyroll] Add support for mobile URLs and use unicode literals | dst | 2014-01-30 | 1 | -65/+72 | |
| | ||||||
* | [crunchyroll] Fix test (#1721) | Philipp Hagemeister | 2013-12-20 | 1 | -5/+5 | |
| | ||||||
* | Add support for crunchyroll.com | rzhxeo | 2013-11-09 | 1 | -0/+171 | |