summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/crunchyroll.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-2/+2
| | | | Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
* [crunchyroll] Improve subtitle regex (Closes #7262)Sergey M․2015-10-221-1/+1
|
* [crunchyroll] Add maturity wall reference tests (#7202)Sergey M․2015-10-181-0/+17
|
* [crunchyroll] Bypass maturity wall (Closes #7202)Sergey M․2015-10-181-23/+36
|
* [crunchyroll] Fix uploader and upload date extractionSergey M․2015-09-081-2/+6
|
* [crunchyroll] Force Accept-Language to any for all requests (Closes #6797)Sergey M․2015-09-081-2/+18
|
* [crunchyroll] Extract width and height (closes #6749)Jaime Marquínez Ferrándiz2015-09-031-5/+13
|
* [crunchyroll] Fix typoSergey M․2015-08-261-1/+1
|
* [crunchyroll] Use raise_login_requiredSergey M․2015-08-261-4/+1
|
* [crunchyroll] Detect required login (#6677)Sergey M․2015-08-261-1/+9
|
* [crunchyroll] Workaround fplive.net rtmp URLs (Closes #5881)Sergey M․2015-08-181-0/+16
|
* [crunchyroll] Use compat_urllib_parse_unquoteSergey M․2015-07-171-1/+2
|
* [crunchyroll] Fix extraction (Closes #5855, closes #5881)Sergey M․2015-07-051-7/+24
|
* [crunchyroll] Fix python 3.2Sergey M․2015-05-301-2/+2
|
* [crunchyroll] Extract subtitles extraction routineSergey M․2015-05-301-17/+13
|
* [Crunchyroll] Fix extraction on Python 2.6Yen Chi Hsuan2015-04-241-2/+2
| | | | XPath with recursive children selection not supported
* [crunchyroll] Remove unused classJaime Marquínez Ferrándiz2015-03-211-8/+0
|
* Make sure netrc works for all extractors with login supportPhilipp Hagemeister2015-03-031-0/+1
| | | | Fixes #5112
* [crunchyroll] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-31/+35
|
* [crunchyroll] Fix format extractionJaime Marquínez Ferrándiz2015-01-021-1/+1
| | | | Reported in https://github.com/rg3/youtube-dl/issues/2782#issuecomment-68556780
* [crunchyroll] Add .fr domain (#4537)Sergey M․2014-12-221-3/+6
|
* Improve code stylePhilipp Hagemeister2014-12-171-1/+0
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-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 E501Philipp Hagemeister2014-11-231-2/+3
|
* PEP8: E225,E227Jouke Waleson2014-11-231-4/+4
|
* PEP8: more appliedJouke Waleson2014-11-231-10/+10
|
* PEP8 appliedJouke Waleson2014-11-231-3/+3
|
* [crunchyroll] Remove NOP code (#2782)Philipp Hagemeister2014-11-151-2/+0
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-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ándiz2014-10-291-15/+12
| | | | Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
* [crunchyroll:playlist] Simplify (#3988)Philipp Hagemeister2014-10-261-24/+26
|
* Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist'Philipp Hagemeister2014-10-261-0/+36
|\
| * Forgot to reverse extracted video urls so they are in correct order for ↵Gabriel Schubiner2014-10-201-0/+1
| | | | | | | | video selection args
| * Added extractor for crunchyroll 'playlists' i.e. series. so that one can, ↵Gabriel Schubiner2014-10-191-0/+35
| | | | | | | | e.g. download all episodes of a series
* | [crunchyroll] Correct parsing (Fixes #4014)Philipp Hagemeister2014-10-231-4/+7
|/
* [crunchyroll] Allow to list subtitles (fixes #3805)Naglis Jonaitis2014-09-251-2/+6
|
* Add SSA (.ass) subtitle output for CrunchyrollAdam2014-08-301-1/+77
|
* Add login support to Crunchyroll extractorAdam2014-08-291-0/+19
|
* [crunchyroll] Use `enumerate`Jaime Marquínez Ferrándiz2014-02-251-4/+2
|
* [crunchyroll] Handle error messageSergey M.2014-02-251-0/+7
|
* [crunchyroll] Fix subtitle lang code extractionSergey M2014-02-251-1/+1
|
* [crunchyroll] Tidy and modernizeSergey M2014-02-251-10/+15
|
* [crunchyroll] Add support for mobile URLs and use unicode literalsdst2014-01-301-65/+72
|
* [crunchyroll] Fix test (#1721)Philipp Hagemeister2013-12-201-5/+5
|
* Add support for crunchyroll.comrzhxeo2013-11-091-0/+171