about summary refs log tree commit diff
path: root/youtube_dl/extractor/metacafe.py
Commit message (Collapse)AuthorAgeFilesLines
* [metacafe] Fix family filter bypass (closes #19287)Sergey M․2019-02-211-2/+3
|
* [metacafe] Improve (closes #10371)Sergey M․2017-02-181-25/+13
|
* [metacafe] Bypass family filterAlex Monk2017-02-181-1/+14
| | | | If you don't send this user=ffilter: false cookie, it will 301 redirect you to a page asking about it, and then the title check will fail.
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
|
* use mimetype2ext to determine manifest ext in multiple extractorsRemita Amine2016-07-061-3/+2
|
* [metacafe] fix info extraction(closes #8539)(closes #3253)Remita Amine2016-07-061-30/+60
|
* [ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479fYen Chi Hsuan2016-04-241-0/+3
|
* Use urlencode_postdata across the codebaseSergey M․2016-03-261-2/+2
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | 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
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [metacafe] Fix age limit extractionJaime Marquínez Ferrándiz2015-12-051-1/+1
|
* [metacafe] Fix video url extraction (closes #7763)Jaime Marquínez Ferrándiz2015-12-051-2/+2
|
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* [metacafe] Use compat_urllib_parse_unquoteSergey M․2015-07-171-1/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · 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
* PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
|
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
|
* [metacafe] Add support for movieclips videos (Fixes #3555)Philipp Hagemeister2014-08-221-5/+61
|
* [metacafe] Avoid excessive nestingPhilipp Hagemeister2014-08-211-4/+8
|
* [metacafe] SimplifyPhilipp Hagemeister2014-08-211-6/+6
|
* [metacafe] Remove accidently inserted comment stringSergey M․2014-03-231-1/+1
|
* [metacafe] More modernizeSergey M․2014-03-231-4/+3
|
* [metacafe] Replace cbs testSergey M․2014-03-231-5/+5
|
* [metacafe] ModernizeSergey M․2014-03-231-79/+80
|
* Extract thumbnail with _og_search_thumbnailruuk2014-02-251-1/+1
|
* Add thumbnail for metacaferuuk2014-02-251-0/+2
|
* Remove unused importsPhilipp Hagemeister2013-12-091-1/+0
|
* Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz2013-12-081-14/+4
|
* [metacafe] Add support for cbs videos (fixes #1838)Jaime Marquínez Ferrándiz2013-12-041-4/+25
| | | | They use theplatform.com
* [metacafe] Fix support for age-restricted videos (fixes #1696)Jaime Marquínez Ferrándiz2013-11-011-5/+46
| | | | | | | The 'Content-Type' header must be set for disabling the family filter. The 'flashversion' cookie is only needed for AnyClip videos. Added tests for standard metacafe videos and for age-restricted videos. Also set the 'age_limit' field.
* Fix the extensions of two tests with youtube videosJaime Marquínez Ferrándiz2013-10-251-1/+1
| | | | The best quality is now a mp4 video.
* [metacafe] Add more cases for detecting the uploader detection (reported in ↵Jaime Marquínez Ferrándiz2013-08-311-1/+1
| | | | #1343)
* [metacafe] Fix testPhilipp Hagemeister2013-07-171-1/+1
|
* [metacafe] New result formatPhilipp Hagemeister2013-07-171-2/+3
|
* [metacafe] Extract descriptionPhilipp Hagemeister2013-07-171-0/+3
|
* [metacafe] Fix uploader detectionPhilipp Hagemeister2013-07-171-1/+3
|
* [metacafe] Use modern helper methodsPhilipp Hagemeister2013-07-171-5/+1
|
* [metacafe] Add support for AnyClip videos (#1059)Philipp Hagemeister2013-07-171-25/+37
|
* Remove superfluous name declarationsPhilipp Hagemeister2013-06-271-1/+0
|
* [metacafe] move testsPhilipp Hagemeister2013-06-271-0/+14
|
* Move Metacafe and Statigram into their own files, and remove absolute importPhilipp Hagemeister2013-06-231-0/+110