aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2014-08-29[promptfile] Remove quality=1 and leave it to defaultPhilipp Hagemeister
2014-08-29[promptfile] Add new extractorNaglis Jonaitis
2014-08-28[rtlnl] Add support for progressive videos (Closes #3603)Sergey M․
2014-08-28[dropbox] Make sure ?dl=0 is ignore (Fixes #3605)Philipp Hagemeister
2014-08-28[extractor/common] Correct typoPhilipp Hagemeister
2014-08-28[sportdeutschland] Add support for more plain videosPhilipp Hagemeister
2014-08-28[veehd] ModernizePhilipp Hagemeister
2014-08-28[extractor/common] ModernizePhilipp Hagemeister
2014-08-28Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-08-28fix up importsPhilipp Hagemeister
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-08-27[nhl] ModernizePhilipp Hagemeister
2014-08-27[dailymotion] Correct test casePhilipp Hagemeister
2014-08-27[ted] Remove md5sum from testPhilipp Hagemeister
This failed multiple times, and the md5sum is not that important anyways.
2014-08-27[yahoo] Add one more pattern for content idSergey M․
2014-08-27[cbs] Update test video idSergey M․
2014-08-27[vimeo] Move all testcases to extractors and clean upPhilipp Hagemeister
Previously, these extractors all defined their own suitable methods. No test_all_urls tests that everything is in order, automatically :)
2014-08-27[vimeo] Move test case to where it belongsPhilipp Hagemeister
2014-08-27[facebook] Match video.php URLsPhilipp Hagemeister
2014-08-27[ard] Add suppor for plain ARD downloads (Fixes #3546)Philipp Hagemeister
2014-08-27[generic] Prevent <video> search from skipping over empty sources (#3546)Philipp Hagemeister
2014-08-27[generic] Do not download images as videos by accidentPhilipp Hagemeister
2014-08-27[muscivault] Add extractor (Fixes #3593)Philipp Hagemeister
2014-08-27[mfs] ModernizePhilipp Hagemeister
2014-08-26[sockshare] Fix title extraction (Fixes #3592)Philipp Hagemeister
2014-08-26[empflix] Revert to XML parserPhilipp Hagemeister
Don't rely on the XML being broken (if they fix it, our code wouldn't work anymore). Instead, use the transform function we already have :) This partially reverts commit c7bee2a7254d31b7c478c0ac33bf23bdeba1c53c.
2014-08-26[ign] Fix extraction of video in articlesJaime Marquínez Ferrándiz
2014-08-26[empflix] Extract thumbnailSergey M․
2014-08-26[empflix] Adapt to malformed config XMLSergey M․
2014-08-26[mixcloud] Use a HEAD request when checking if the url is validJaime Marquínez Ferrándiz
2014-08-26[sportdeutschland] add new extractorPhilipp Hagemeister
2014-08-26[eighttracks] modernizePhilipp Hagemeister
2014-08-25Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-08-25[generic] Fix rss under Python 2.x and move test to extractorPhilipp Hagemeister
2014-08-25[generic] Remove debug statementJaime Marquínez Ferrándiz
2014-08-25[bliptv] Remove superfluous characters in _VALID_URL regexJaime Marquínez Ferrándiz
2014-08-25[googlesearch] Move test to extractorPhilipp Hagemeister
2014-08-25[wat] Use server time and pass country argument (Closes #3579)Sergey M․
2014-08-25[extractor/common] Generate better f4m format IDsPhilipp Hagemeister
2014-08-25[rtlnl] Extract durationPhilipp Hagemeister
2014-08-25[wat] Remove unused importPhilipp Hagemeister
2014-08-25[vimeo] Always pass in referer (Fixes #3582)Philipp Hagemeister
2014-08-24[wat] Make geolock a warning (Fixes #3579)Philipp Hagemeister
2014-08-24[generic] remove unused importsPhilipp Hagemeister
2014-08-24Merge remote-tracking branch 'riking/twofactor'Philipp Hagemeister
2014-08-24[gameone:playlist] Move test to extractorPhilipp Hagemeister
2014-08-24Merge remote-tracking branch 'olebowle/gameone'Philipp Hagemeister
2014-08-24[generic] Use default opener for HEAD request (Fixes #3528)Philipp Hagemeister
2014-08-24[expotv] Add new extractor (Fixes #3552)Philipp Hagemeister
2014-08-24[pornotube] ModernizePhilipp Hagemeister