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