summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.09.14 2014.09.14Philipp Hagemeister2014-09-141-1/+1
|
* [tumblr] ModernizePhilipp Hagemeister2014-09-141-10/+12
|
* [cloudy] Add support for videoraj.chSergey M․2014-09-141-13/+27
|
* [cloudy] Minor changesSergey M․2014-09-141-5/+8
|
* Merge pull request #3744 from naglis/cloudySergey M.2014-09-142-0/+68
|\ | | | | [cloudy] Add new extractor
| * [cloudy] Add new extractor. Closes #3743naglis2014-09-142-0/+68
|/
* [drtv] Fix _VALID_URL (Closes #3735)Sergey M․2014-09-131-1/+1
|
* [pornhd] Fix extraction (Closes #3739)Sergey M․2014-09-131-29/+22
|
* [adultswim] Avoid extremely long linesPhilipp Hagemeister2014-09-131-2/+6
|
* [utils] Apply 2.6 xpath crazinessPhilipp Hagemeister2014-09-131-0/+3
| | | | This fixes ARD on 2.6
* [ard] Make more robust against missing thumbnailsPhilipp Hagemeister2014-09-132-2/+15
| | | | I cannot reproduce this error, it's from travis.
* [br] Remove deleted video test casePhilipp Hagemeister2014-09-131-11/+0
|
* [chilloutzone] Make test case more flexiblePhilipp Hagemeister2014-09-131-1/+1
|
* [facebook] Fix and caption if title is emptyPhilipp Hagemeister2014-09-131-6/+15
|
* [deezer] Add support for geoblockingPhilipp Hagemeister2014-09-131-0/+9
|
* [utils] Fix find_xpath_attr on 2.6Philipp Hagemeister2014-09-131-0/+5
|
* [youporn] Remove md5 from testPhilipp Hagemeister2014-09-131-1/+0
| | | | Has changed multiple times, and we're checking that it looks like a video now by default.
* [options] Correct option usagePhilipp Hagemeister2014-09-132-1/+5
|
* [options] Move all options to their own filePhilipp Hagemeister2014-09-132-473/+480
|
* [youtube] ModernizePhilipp Hagemeister2014-09-131-124/+127
|
* [youtube] Correct description in test casePhilipp Hagemeister2014-09-131-1/+1
|
* [xhamster] Remove md5sums from testsPhilipp Hagemeister2014-09-131-2/+0
| | | | We're now checking that the file is sufficiently large by default, and they seem to reencode the videos from time to time.
* [spiegel] Remove deleted video from test casesPhilipp Hagemeister2014-09-131-10/+0
|
* [swrmediathek] Remove deleted video test casePhilipp Hagemeister2014-09-131-14/+0
|
* [prosiebensat1] Make upload_date optionalPhilipp Hagemeister2014-09-131-2/+1
| | | | The site has a crazy incorrect date in German formatting, but the correct date is nowhere to be found.
* [prosiebensat1] Fix bitrate calculationPhilipp Hagemeister2014-09-131-1/+1
|
* [youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister2014-09-132-52/+35
|
* [youtube] Move playlist test to extractorPhilipp Hagemeister2014-09-131-0/+9
|
* Merge remote-tracking branch 'drags/yt-feed-loadmore'Philipp Hagemeister2014-09-131-1/+2
|\
| * Check load_more_widget_html for feed pagingTim Sogard2014-07-271-1/+2
| |
* | [pornoxo] Fix test (view count)Philipp Hagemeister2014-09-131-3/+2
| |
* | Add support for PornoXOPhilipp Hagemeister2014-09-132-0/+67
| |
* | Remove executable files.Philipp Hagemeister2014-09-133-90/+0
| | | | | | | | | | | | 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).
* | [spiegel] Add support for articlesPhilipp Hagemeister2014-09-132-1/+33
| |
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-09-132-0/+79
|\ \
| * | [telemb] Add comment to testSergey M․2014-09-121-0/+1
| | |
| * | Merge branch 'Lovius-master'Sergey M․2014-09-122-0/+78
| |\ \
| | * | [telemb] Extract all formats and modernizeSergey M․2014-09-122-29/+66
| | | |
| | * | Merge branch 'master' of https://github.com/Lovius/youtube-dl into Lovius-masterSergey M․2014-09-122-0/+41
| | |\ \
| | | * | added extractor and __init__ loader for belgium local tv site telemb.beLovius2014-09-062-0/+41
| | | | |
* | | | | [README] Add old Ubuntu versions to FAQPhilipp Hagemeister2014-09-131-0/+19
| | | | |
* | | | | [deezer] Add simple supportPhilipp Hagemeister2014-09-132-0/+81
|/ / / /
* | | | release 2014.09.12 2014.09.12Philipp Hagemeister2014-09-121-1/+1
| | | |
* | | | [utils] Default SSL to TLS. (Fixes #3727)Philipp Hagemeister2014-09-121-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | [youtube] Don't make the url protocol optionalJaime Marquínez Ferrándiz2014-09-111-2/+2
| | | | | | | | | | | | | | | | The generic extractor will add it.
* | | | [youjizz] Don't make the url protocol optional (fixes #3722)Jaime Marquínez Ferrándiz2014-09-111-1/+1
|/ / / | | | | | | | | | | | | It would fail to download the webpag if it's missing. And the generic extractor will add it.
* | | Merge pull request #3716 from naglis/nosvideoSergey M.2014-09-111-6/+11
|\ \ \ | | | | | | | | [nosvideo] Check for deleted video
| * | | [nosvideo] Update testNaglis Jonaitis2014-09-101-3/+3
| | | |
| * | | [nosvideo] Check for deleted videosNaglis Jonaitis2014-09-101-3/+8
| | | |
* | | | Merge pull request #3718 from naglis/tv3playSergey M.2014-09-111-2/+145
|\ \ \ \ | |/ / / |/| | | [tvplay] Support similar services in different countries