aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/metacafe.py
Commit message (Collapse)AuthorAgeFilesLines
* [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