aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/metacafe.py
AgeCommit message (Collapse)Author
2019-02-21[metacafe] Fix family filter bypass (closes #19287)Sergey M․
2017-02-18[metacafe] Improve (closes #10371)Sergey M․
2017-02-18[metacafe] Bypass family filterAlex Monk
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.
2017-01-06Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan
2016-07-06use mimetype2ext to determine manifest ext in multiple extractorsRemita Amine
2016-07-06[metacafe] fix info extraction(closes #8539)(closes #3253)Remita Amine
2016-04-24[ThePlatform] Fix tests failed since 79ba9140dc8fcf5883b7473596e8f20cba6b479fYen Chi Hsuan
2016-03-26Use urlencode_postdata across the codebaseSergey M․
2016-03-26[compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․
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
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey M․
2015-12-05[metacafe] Fix age limit extractionJaime Marquínez Ferrándiz
2015-12-05[metacafe] Fix video url extraction (closes #7763)Jaime Marquínez Ferrándiz
2015-11-23Switch codebase to use sanitized_Request instead ofSergey M?
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
2015-07-17[metacafe] Use compat_urllib_parse_unquoteSergey M․
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-08-22[metacafe] Add support for movieclips videos (Fixes #3555)Philipp Hagemeister
2014-08-21[metacafe] Avoid excessive nestingPhilipp Hagemeister
2014-08-21[metacafe] SimplifyPhilipp Hagemeister
2014-03-23[metacafe] Remove accidently inserted comment stringSergey M․
2014-03-23[metacafe] More modernizeSergey M․
2014-03-23[metacafe] Replace cbs testSergey M․
2014-03-23[metacafe] ModernizeSergey M․
2014-02-25Extract thumbnail with _og_search_thumbnailruuk
2014-02-25Add thumbnail for metacaferuuk
2013-12-09Remove unused importsPhilipp Hagemeister
2013-12-08Remove the calls to 'compat_urllib_request.urlopen' in a few extractorsJaime Marquínez Ferrándiz
2013-12-04[metacafe] Add support for cbs videos (fixes #1838)Jaime Marquínez Ferrándiz
They use theplatform.com
2013-11-01[metacafe] Fix support for age-restricted videos (fixes #1696)Jaime Marquínez Ferrándiz
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.
2013-10-25Fix the extensions of two tests with youtube videosJaime Marquínez Ferrándiz
The best quality is now a mp4 video.
2013-08-31[metacafe] Add more cases for detecting the uploader detection (reported in ↵Jaime Marquínez Ferrándiz
#1343)
2013-07-17[metacafe] Fix testPhilipp Hagemeister
2013-07-17[metacafe] New result formatPhilipp Hagemeister
2013-07-17[metacafe] Extract descriptionPhilipp Hagemeister
2013-07-17[metacafe] Fix uploader detectionPhilipp Hagemeister
2013-07-17[metacafe] Use modern helper methodsPhilipp Hagemeister
2013-07-17[metacafe] Add support for AnyClip videos (#1059)Philipp Hagemeister
2013-06-27Remove superfluous name declarationsPhilipp Hagemeister
2013-06-27[metacafe] move testsPhilipp Hagemeister
2013-06-23Move Metacafe and Statigram into their own files, and remove absolute importPhilipp Hagemeister