aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-11release 2014.03.112014.03.11Philipp Hagemeister
2014-03-11[generic/funnyordie] Add support for funnyordie embeds (Fixes #2546)Philipp Hagemeister
2014-03-10[playvid] Simplify (#2539)Philipp Hagemeister
2014-03-10Merge remote-tracking branch 'MikeCol/playvid_extract'Philipp Hagemeister
2014-03-10Merge remote-tracking branch 'jaimeMF/remove_global_opener'Philipp Hagemeister
2014-03-10Playvid extractorMikeCol
2014-03-10Don't install the global url openerJaime Marquínez Ferrándiz
All the code uses now the urlopen method of YoutubeDL
2014-03-10Don't set the global socket timeoutJaime Marquínez Ferrándiz
Use the timeout argument of the `OpenerDirector.open` method instead
2014-03-11[vgtrk] Rename vesti extractorSergey M․
2014-03-11[vesti] Fix _VALID_URL regexSergey M․
2014-03-10[vevo] Correct test valuePhilipp Hagemeister
The date is now interpreted as UTC for consistency.
2014-03-10[generic] Suppress warning about doctypes in RSS parserPhilipp Hagemeister
2014-03-10Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-03-10[depositfiles] Remove extractorPhilipp Hagemeister
This site requires a CAPTCHA to download, supports arbitrary files and not only audio/video, and I can't find a single uncopyrighted video with a quick google search. Closes #1255
2014-03-10[vesti] Skip geo restricted testSergey M․
2014-03-10[youtube] Fix up invalid JSONPhilipp Hagemeister
2014-03-10[vevo] Interpret date as UTC instead of local timePhilipp Hagemeister
2014-03-10Correct extractor documentationPhilipp Hagemeister
2014-03-10release 2014.03.102014.03.10Philipp Hagemeister
2014-03-10Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2014-03-10[generic] Use a different URL for the generic RSS test (Closes #2532)Philipp Hagemeister
2014-03-10[photobucket] More unicode literalsJaime Marquínez Ferrándiz
2014-03-10[vesti] Add support for more sites (Closes #2534)Sergey M․
2014-03-10Credit @mharrys for aftonbladetPhilipp Hagemeister
2014-03-10Correct automatic resolution determinationPhilipp Hagemeister
2014-03-10[aftonbladet] ModernizePhilipp Hagemeister
2014-03-10Merge remote-tracking branch 'mharrys/aftonbladet'Philipp Hagemeister
2014-03-09[photobucket] Modernize and remove the old extraction codeJaime Marquínez Ferrándiz
2014-03-09[pornhub] Use compat_urllib_parse.unquote_plus (#2531)Jaime Marquínez Ferrándiz
2014-03-09Merge branch 'pornhub_unquote_password' of github.com:MikeCol/youtube-dlJaime Marquínez Ferrándiz
2014-03-09[myvideo] ModernizeJaime Marquínez Ferrándiz
2014-03-09[facebook] ModernizeJaime Marquínez Ferrándiz
2014-03-09[jukebox] Modernize and add a testJaime Marquínez Ferrándiz
2014-03-09[xnxx] ModernizeJaime Marquínez Ferrándiz
2014-03-09Unquote passwordMikeCol
2014-03-09Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-03-09Add a basic test suite for the InfoExtractor classJaime Marquínez Ferrándiz
2014-03-09[aftonbladet] add extractor for aftonbladet.seMattias Harrysson
2014-03-09YoutubeDL: If the logger is set call its `warning` method in `report_warning`Jaime Marquínez Ferrándiz
2014-03-09[videodetective] ModernizeSergey M․
2014-03-09[vube] Update the test's checksumJaime Marquínez Ferrándiz
2014-03-09[soundcloud] Add the description field to the second testJaime Marquínez Ferrándiz
2014-03-09[ustream:channel] Update test's number of entriesJaime Marquínez Ferrándiz
2014-03-09[gamekings] Modernize and update the test's description fieldJaime Marquínez Ferrándiz
2014-03-08[mtv] Transform the urls from the mobile version to get the best qualityJaime Marquínez Ferrándiz
And don't report a warning, just log a message, it allows to pass the test from Europe.
2014-03-09[collegehumor] Replace youtube testSergey M․
2014-03-08[spike] Add support for mobile urlsJaime Marquínez Ferrándiz
2014-03-08[spike] Add support for downloading the mobile version if the normal version ↵Jaime Marquínez Ferrándiz
is geoblocked
2014-03-08[mtv] Improve detection of geoblocked videosJaime Marquínez Ferrándiz
2014-03-08[arte] Raise a proper error when no video is foundPhilipp Hagemeister