Commit Graph

7068 Commits

Author SHA1 Message Date
3da0e1f8cd [tumblr] Modernize 2014-09-14 12:20:14 +02:00
98676c08a1 [cloudy] Add support for videoraj.ch 2014-09-14 05:17:21 +07:00
5dbf3b5c60 [cloudy] Minor changes 2014-09-14 05:01:25 +07:00
b8d61935a0 Merge pull request #3744 from naglis/cloudy
[cloudy] Add new extractor
2014-09-14 04:56:32 +07:00
20ff802c9b [cloudy] Add new extractor. Closes #3743 2014-09-14 00:12:36 +03:00
2bca84e345 [BehindKink] Add new extractor 2014-09-13 17:47:19 +02:00
e5a93354bc [drtv] Fix _VALID_URL (Closes #3735) 2014-09-13 22:07:09 +07:00
ceff3fd8ef [pornhd] Fix extraction (Closes #3739) 2014-09-13 21:45:53 +07:00
984e8e14ea [utils] Remove debug garbage 2014-09-13 21:08:04 +07:00
d05cfe0600 [YoutubeDL/utils] Clarify rationale for URL escaping in comment, move escape routines to utils and add some tests 2014-09-13 20:59:16 +07:00
7e6a715380 [adultswim] Avoid extremely long lines 2014-09-13 09:13:20 +02:00
d74bebd502 [utils] Apply 2.6 xpath craziness
This fixes ARD on 2.6
2014-09-13 09:11:14 +02:00
bf0ff93277 [ard] Make more robust against missing thumbnails
I cannot reproduce this error, it's from travis.
2014-09-13 09:09:57 +02:00
dc752ff442 [br] Remove deleted video test case 2014-09-13 09:04:53 +02:00
3a36d3782e [chilloutzone] Make test case more flexible 2014-09-13 09:04:03 +02:00
50317dbbad [facebook] Fix and caption if title is empty 2014-09-13 09:01:57 +02:00
6539c91a78 [deezer] Add support for geoblocking 2014-09-13 08:51:21 +02:00
4eefbfdbfd [utils] Fix find_xpath_attr on 2.6 2014-09-13 08:34:15 +02:00
652f283135 [youporn] Remove md5 from test
Has changed multiple times, and we're checking that it looks like a video now by default.
2014-09-13 07:59:36 +02:00
2daabe4992 [options] Correct option usage 2014-09-13 07:58:44 +02:00
34a741a8ec [options] Move all options to their own file 2014-09-13 07:55:21 +02:00
78caa52aea [youtube] Modernize 2014-09-13 07:51:06 +02:00
310d75d141 [youtube] Correct description in test case 2014-09-13 07:49:26 +02:00
67b7e712d8 [xhamster] Remove md5sums from tests
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 07:47:08 +02:00
1ad6efd9b6 [spiegel] Remove deleted video from test cases 2014-09-13 07:46:19 +02:00
c3c3fe4768 [swrmediathek] Remove deleted video test case 2014-09-13 07:41:35 +02:00
6f6ed04172 [prosiebensat1] Make upload_date optional
The site has a crazy incorrect date in German formatting, but the correct date is nowhere to be found.
2014-09-13 07:39:29 +02:00
5309602106 [prosiebensat1] Fix bitrate calculation 2014-09-13 07:35:27 +02:00
9291475f7d [youtube] Move more tests to Playlist IE, and simply suitable. 2014-09-13 07:35:14 +02:00
81127aa55d [youtube] Move playlist test to extractor 2014-09-13 07:19:20 +02:00
9b583dca4c Merge remote-tracking branch 'drags/yt-feed-loadmore' 2014-09-13 07:14:19 +02:00
f4a3490cbc [pornoxo] Fix test (view count) 2014-09-13 07:09:39 +02:00
3d9fae1ed2 Add support for PornoXO 2014-09-13 07:07:39 +02:00
5c47fc6809 Remove executable files.
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 07:04:54 +02:00
89fb6a9797 [spiegel] Add support for articles 2014-09-13 06:55:38 +02:00
b734a87112 Merge remote-tracking branch 'origin/master' 2014-09-13 06:00:50 +02:00
573585c234 [README] Add old Ubuntu versions to FAQ 2014-09-13 05:54:45 +02:00
da2e1f53e0 [deezer] Add simple support 2014-09-13 05:47:07 +02:00
f24e740bb8 [telemb] Add comment to test 2014-09-12 23:22:07 +07:00
37419b4f99 [YoutubeDL] Escape non-ASCII characters in URLs
urllib chokes on URLs with non-ASCII characters (see http://bugs.python.org/issue3991)
Working around by replacing request's original URL with escaped one
2014-09-12 23:20:17 +07:00
64a450131b Merge branch 'Lovius-master' 2014-09-12 20:55:09 +07:00
adf2c0989d [telemb] Extract all formats and modernize 2014-09-12 20:51:48 +07:00
8fb7ff25c5 Merge branch 'master' of https://github.com/Lovius/youtube-dl into Lovius-master 2014-09-12 18:18:26 +07:00
473219a778 release 2014.09.12 2014.09.12 2014-09-12 07:56:05 +02:00
aa37e3d486 [utils] Default SSL to TLS. (Fixes #3727)
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-12 07:50:31 +02:00
edb53e2dc3 [youtube] Don't make the url protocol optional
The generic extractor will add it.
2014-09-11 21:47:25 +02:00
f401a4173b [youjizz] Don't make the url protocol optional (fixes #3722)
It would fail to download the webpag if it's missing.
And the generic extractor will add it.
2014-09-11 21:44:02 +02:00
de00ff6494 Merge pull request #3716 from naglis/nosvideo
[nosvideo] Check for deleted video
2014-09-11 19:20:13 +07:00
3616997929 Merge pull request #3718 from naglis/tv3play
[tvplay] Support similar services in different countries
2014-09-11 19:09:38 +07:00
eef93b0912 [tvplay] Support similar services in different countries 2014-09-11 00:10:18 +03:00