summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/crunchyroll.py
Commit message (Collapse)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 ↵Sergey M․2019-06-221-13/+13
| | | | causes playlists not to list any videos
* [crunchyroll:playlist] Fix and relax title extraction (closes #21291, closes ↵Sergey M․2019-06-221-3/+2
| | | | #21443)
* 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
| | | | This reverts commit cc6a960e134614f8af2a42dcd8bf146d63638a3c.
* [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
| | | | | Provide the Crunchyroll extractor with the ability to extract uploader names that aren't links. Add a test for this new functionality. This fixes #12267.
* [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
| | | | | See https://github.com/rg3/youtube-dl/pull/9028, especially @lachs0r's comments for the reason behind this change
* [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 ↵Yen Chi Hsuan2016-11-201-1/+1
|\ | | | | | | DarkstaIkers-master
| * 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
|/ | | | | | - extract more metadata(series, episode, episode_number) - reduce duplicate requests for extracting formats - remove duplicate formats
* 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
| | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
* [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
| | | | | | "This check should take place earlier and should be more general if not video_url:. Same should be done for video_play_path. Also these fields better extracted with xpath_text." Suggestions by @dstftw
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compat_urllib_request.Request [downloader/dash] Use sanitized_Request [downloader/http] Use sanitized_Request [atresplayer] Use sanitized_Request [bambuser] Use sanitized_Request [bliptv] Use sanitized_Request [brightcove] Use sanitized_Request [cbs] Use sanitized_Request [ceskatelevize] Use sanitized_Request [collegerama] Use sanitized_Request [extractor/common] Use sanitized_Request [crunchyroll] Use sanitized_Request [dailymotion] Use sanitized_Request [dcn] Use sanitized_Request [dramafever] Use sanitized_Request [dumpert] Use sanitized_Request [eitb] Use sanitized_Request [escapist] Use sanitized_Request [everyonesmixtape] Use sanitized_Request [extremetube] Use sanitized_Request [facebook] Use sanitized_Request [fc2] Use sanitized_Request [flickr] Use sanitized_Request [4tube] Use sanitized_Request [gdcvault] Use sanitized_Request [extractor/generic] Use sanitized_Request [hearthisat] Use sanitized_Request [hotnewhiphop] Use sanitized_Request [hypem] Use sanitized_Request [iprima] Use sanitized_Request [ivi] Use sanitized_Request [keezmovies] Use sanitized_Request [letv] Use sanitized_Request [lynda] Use sanitized_Request [metacafe] Use sanitized_Request [minhateca] Use sanitized_Request [miomio] Use sanitized_Request [meovideo] Use sanitized_Request [mofosex] Use sanitized_Request [moniker] Use sanitized_Request [mooshare] Use sanitized_Request [movieclips] Use sanitized_Request [mtv] Use sanitized_Request [myvideo] Use sanitized_Request [neteasemusic] Use sanitized_Request [nfb] Use sanitized_Request [niconico] Use sanitized_Request [noco] Use sanitized_Request [nosvideo] Use sanitized_Request [novamov] Use sanitized_Request [nowness] Use sanitized_Request [nuvid] Use sanitized_Request [played] Use sanitized_Request [pluralsight] Use sanitized_Request [pornhub] Use sanitized_Request [pornotube] Use sanitized_Request [primesharetv] Use sanitized_Request [promptfile] Use sanitized_Request [qqmusic] Use sanitized_Request [rtve] Use sanitized_Request [safari] Use sanitized_Request [sandia] Use sanitized_Request [shared] Use sanitized_Request [sharesix] Use sanitized_Request [sina] Use sanitized_Request [smotri] Use sanitized_Request [sohu] Use sanitized_Request [spankwire] Use sanitized_Request [sportdeutschland] Use sanitized_Request [streamcloud] Use sanitized_Request [streamcz] Use sanitized_Request [tapely] Use sanitized_Request [tube8] Use sanitized_Request [tubitv] Use sanitized_Request [twitch] Use sanitized_Request [twitter] Use sanitized_Request [udemy] Use sanitized_Request [vbox7] Use sanitized_Request [veoh] Use sanitized_Request [vessel] Use sanitized_Request [vevo] Use sanitized_Request [viddler] Use sanitized_Request [videomega] Use sanitized_Request [viewvster] Use sanitized_Request [viki] Use sanitized_Request [vk] Use sanitized_Request [vodlocker] Use sanitized_Request [voicerepublic] Use sanitized_Request [wistia] Use sanitized_Request [xfileshare] Use sanitized_Request [xtube] Use sanitized_Request [xvideos] Use sanitized_Request [yandexmusic] Use sanitized_Request [youku] Use sanitized_Request [youporn] Use sanitized_Request [youtube] Use sanitized_Request [patreon] Use sanitized_Request [extractor/common] Remove unused import [nfb] PEP 8
* [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
|