aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/crunchyroll.py
Commit message (Expand)AuthorAgeFilesLines
* [crunchyroll] Future-proof XML element checks(closes #15013)Remita Amine2017-12-171-4/+4
* [crunchyroll] extract old rtmp formatsRemita Amine2017-11-131-64/+92
* use older login method(closes #11572)Remita Amine2017-11-081-0/+12
* [crunchyroll] Relax series and season regex (closes #13659)Sergey M․2017-07-161-2/+2
* [crunchyroll] Update testTithen-Firion2017-05-021-2/+2
* [crunchyroll] pass geo verifcation proxyRemita Amine2017-04-011-2/+6
* [crunchyroll] Extract season nameStarsam802017-03-121-1/+21
* [crunchyroll] Extract uploader name that's not a linkxbe2017-02-261-2/+18
* [crunchyroll] extract playlist entries idsRemita Amine2017-02-231-3/+3
* [crunchyroll] Fix descriptions with double quotes (closes #12124)Yen Chi Hsuan2017-02-231-4/+19
* [crunchyroll] Remove ScaledBorderAndShadow settingsYen Chi Hsuan2017-02-011-2/+1
* [crunchyroll] Improve series and season metadata extraction (closes #11832)Sergey M․2017-01-271-3/+35
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-2/+2
* Merge branch 'master' of https://github.com/DarkstaIkers/youtube-dl into Dark...Yen Chi Hsuan2016-11-201-1/+1
|\
| * Update crunchyroll.pyDarkstaIkers2016-03-291-1/+1
* | [crunchyroll] Skip an invalid _TESTYen Chi Hsuan2016-10-151-0/+1
* | Unify coding cookieDéstin Reed2016-10-031-1/+1
* | [crunchyroll] Check if already logged in (Closes #10700)Sergey M․2016-09-191-1/+8
* | [crunchyroll] Fix authentication (Closes #10655)Sergey M․2016-09-151-9/+38
* | [crunchyroll] Add support for HLS (Closes #10301)Sergey M․2016-08-121-4/+28
* | [crunchyroll] Sort formatsSergey M․2016-04-291-0/+1
* | [crunchyroll] Add even more relaxed fmt fallbackSergey M․2016-04-291-1/+4
* | [crunchyroll] Relax fmt regexSergey M․2016-04-291-1/+1
* | [crunchyroll] reduce requests for formats extractionremitamine2016-04-291-2/+12
* | [crunchyroll] improve extractionremitamine2016-04-281-13/+18
|/
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-1/+1
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-4/+4
* [crunchyroll] Fix custom _download_webpage (Closes #8883)Sergey M․2016-03-171-3/+2
* [refactor] Single quotes consistencySergey M․2016-02-141-37/+37
* check video_play_path and use xpath_textoittaa2016-01-071-2/+4
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-4/+5
* [crunchyroll] Fix description extractionSergey M․2015-11-071-2/+6
* [crunchyroll] Simplify description extractionSergey M․2015-11-071-3/+2
* [crunchyroll] Fix title extraction (Closes #7396)Sergey M․2015-11-071-1/+3
* Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)Jaime Marquínez Ferrándiz2015-10-251-2/+2
* [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