aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/metacafe.py
Commit message (Expand)AuthorAgeFilesLines
* [metacafe] Improve (closes #10371)Sergey M․2017-02-181-25/+13
* [metacafe] Bypass family filterAlex Monk2017-02-181-1/+14
* 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
* 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
* [metacafe] Use compat_urllib_parse_unquoteSergey M․2015-07-171-1/+2
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
* 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
* [metacafe] Fix support for age-restricted videos (fixes #1696)Jaime Marquínez Ferrándiz2013-11-011-5/+46
* Fix the extensions of two tests with youtube videosJaime Marquínez Ferrándiz2013-10-251-1/+1
* [metacafe] Add more cases for detecting the uploader detection (reported in #...Jaime Marquínez Ferrándiz2013-08-311-1/+1
* [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