aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-14release 2014.09.14.32014.09.14.3Philipp Hagemeister
2014-09-14Add a completion script generator for the fish shellJaime Marquínez Ferrándiz
2014-09-14[cloudy] Retry extraction on 410 status code (#3743 #3744)Sergey M․
2014-09-14release 2014.09.14.22014.09.14.2Philipp Hagemeister
2014-09-14release 2014.09.14.12014.09.14.1Philipp Hagemeister
2014-09-14[devscripts/release] Do not restore youtube-dl{,.exe} binariesPhilipp Hagemeister
2014-09-14release 2014.09.142014.09.14Philipp Hagemeister
2014-09-14[tumblr] ModernizePhilipp Hagemeister
2014-09-14[cloudy] Add support for videoraj.chSergey M․
2014-09-14[cloudy] Minor changesSergey M․
2014-09-14Merge pull request #3744 from naglis/cloudySergey M.
[cloudy] Add new extractor
2014-09-14[cloudy] Add new extractor. Closes #3743naglis
2014-09-13[drtv] Fix _VALID_URL (Closes #3735)Sergey M․
2014-09-13[pornhd] Fix extraction (Closes #3739)Sergey M․
2014-09-13[adultswim] Avoid extremely long linesPhilipp Hagemeister
2014-09-13[utils] Apply 2.6 xpath crazinessPhilipp Hagemeister
This fixes ARD on 2.6
2014-09-13[ard] Make more robust against missing thumbnailsPhilipp Hagemeister
I cannot reproduce this error, it's from travis.
2014-09-13[br] Remove deleted video test casePhilipp Hagemeister
2014-09-13[chilloutzone] Make test case more flexiblePhilipp Hagemeister
2014-09-13[facebook] Fix and caption if title is emptyPhilipp Hagemeister
2014-09-13[deezer] Add support for geoblockingPhilipp Hagemeister
2014-09-13[utils] Fix find_xpath_attr on 2.6Philipp Hagemeister
2014-09-13[youporn] Remove md5 from testPhilipp Hagemeister
Has changed multiple times, and we're checking that it looks like a video now by default.
2014-09-13[options] Correct option usagePhilipp Hagemeister
2014-09-13[options] Move all options to their own filePhilipp Hagemeister
2014-09-13[youtube] ModernizePhilipp Hagemeister
2014-09-13[youtube] Correct description in test casePhilipp Hagemeister
2014-09-13[xhamster] Remove md5sums from testsPhilipp Hagemeister
We're now checking that the file is sufficiently large by default, and they seem to reencode the videos from time to time.
2014-09-13[spiegel] Remove deleted video from test casesPhilipp Hagemeister
2014-09-13[swrmediathek] Remove deleted video test casePhilipp Hagemeister
2014-09-13[prosiebensat1] Make upload_date optionalPhilipp Hagemeister
The site has a crazy incorrect date in German formatting, but the correct date is nowhere to be found.
2014-09-13[prosiebensat1] Fix bitrate calculationPhilipp Hagemeister
2014-09-13[youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister
2014-09-13[youtube] Move playlist test to extractorPhilipp Hagemeister
2014-09-13Merge remote-tracking branch 'drags/yt-feed-loadmore'Philipp Hagemeister
2014-09-13[pornoxo] Fix test (view count)Philipp Hagemeister
2014-09-13Add support for PornoXOPhilipp Hagemeister
2014-09-13Remove executable files.Philipp Hagemeister
These files are for a legacy updating system. This updating system would only apply to users who have not used youtube-dl for at least a year (because if they did use it, they would notice that basically everything about every service, maybe except a couple of YouTube videos, has changed in between). We often get commits including these files, and they are irritating for us core developers as well. Good riddance! If anyone notes that their updates fail, they can just reinstall (see http://rg3.github.io/youtube-dl/download.html for instructions).
2014-09-13[spiegel] Add support for articlesPhilipp Hagemeister
2014-09-13Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2014-09-13[README] Add old Ubuntu versions to FAQPhilipp Hagemeister
2014-09-13[deezer] Add simple supportPhilipp Hagemeister
2014-09-12[telemb] Add comment to testSergey M․
2014-09-12Merge branch 'Lovius-master'Sergey M․
2014-09-12[telemb] Extract all formats and modernizeSergey M․
2014-09-12Merge branch 'master' of https://github.com/Lovius/youtube-dl into Lovius-masterSergey M․
2014-09-12release 2014.09.122014.09.12Philipp Hagemeister
2014-09-12[utils] Default SSL to TLS. (Fixes #3727)Philipp Hagemeister
On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards. On 3.4+, we now use the proper function so that we get all the latest security configurations. We allow SSLv3 though for the time being, since a lot of older pages use that. On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility.
2014-09-11[youtube] Don't make the url protocol optionalJaime Marquínez Ferrándiz
The generic extractor will add it.
2014-09-11[youjizz] Don't make the url protocol optional (fixes #3722)Jaime Marquínez Ferrándiz
It would fail to download the webpag if it's missing. And the generic extractor will add it.