about summary refs log tree commit diff
path: root/youtube_dl/extractor/crunchyroll.py
Commit message (Expand)AuthorAgeFilesLines
* [crunchyroll] Fix and improve extraction (closes #25096, closes #25060)Sergey M․2020-05-021-25/+31
* [crunchyroll] Move Accept-Language workaround to video extractor since it cau...Sergey M․2019-06-221-13/+13
* [crunchyroll:playlist] Fix and relax title extraction (closes #21291, closes ...Sergey M․2019-06-221-3/+2
* Start moving to ytdl-orgSergey M․2019-03-111-2/+2
* Use compat_etree_ElementSergey M․2019-03-061-5/+5
* [crunchyroll] fix is_logged checkRemita Amine2019-03-021-1/+1
* Revert "use older login method(closes #11572)"Remita Amine2019-03-021-12/+0
* [crunchyroll] Extend _VALID_URL (closes #18955)Sergey M․2019-01-231-1/+4
* [crunchyroll] Improve extraction failsafeness (closes #17991)Sergey M․2018-10-281-8/+21
* [crunchyroll] switch to HTTPS for RpcApi(closes #17749)Remita Amine2018-10-021-1/+1
* [crunchyroll] Prefer hardsubless formats and formats in locale languageSergey M․2018-09-161-3/+20
* [crunchyroll] limit VRVIE inheritance to CrunchyrollIERemita Amine2018-09-011-2/+4
* [crunchyroll] parse vilos media data(closes #17343)Remita Amine2018-09-011-90/+115
* [crunchyroll:playlist] Restrict _VALID_URL (closes #17069)bato32018-07-291-1/+4
* remove unnecessary assignment parenthesisRemita Amine2018-05-261-1/+1
* Switch codebase to use compat_b64decodeSergey M․2018-01-231-3/+3
* [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