aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/crunchyroll.py
AgeCommit message (Collapse)Author
2014-11-15[crunchyroll] Remove NOP code (#2782)Philipp Hagemeister
2014-11-02[util] Move compatibility functions out of utilPhilipp Hagemeister
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 .
2014-10-29[crunchycroll] Fix building of ass subtitles (reported in #4019)Jaime Marquínez Ferrándiz
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
2014-10-26[crunchyroll:playlist] Simplify (#3988)Philipp Hagemeister
2014-10-26Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist'Philipp Hagemeister
2014-10-23[crunchyroll] Correct parsing (Fixes #4014)Philipp Hagemeister
2014-10-20Forgot to reverse extracted video urls so they are in correct order for ↵Gabriel Schubiner
video selection args
2014-10-19Added extractor for crunchyroll 'playlists' i.e. series. so that one can, ↵Gabriel Schubiner
e.g. download all episodes of a series
2014-09-25[crunchyroll] Allow to list subtitles (fixes #3805)Naglis Jonaitis
2014-08-30Add SSA (.ass) subtitle output for CrunchyrollAdam
2014-08-29Add login support to Crunchyroll extractorAdam
2014-02-25[crunchyroll] Use `enumerate`Jaime Marquínez Ferrándiz
2014-02-25[crunchyroll] Handle error messageSergey M.
2014-02-25[crunchyroll] Fix subtitle lang code extractionSergey M
2014-02-25[crunchyroll] Tidy and modernizeSergey M
2014-01-30[crunchyroll] Add support for mobile URLs and use unicode literalsdst
2013-12-20[crunchyroll] Fix test (#1721)Philipp Hagemeister
2013-11-09Add support for crunchyroll.comrzhxeo