26868 Commits

Author SHA1 Message Date
Filippo Valsorda
d5979c5d55 do not ask the user to report network errors 2013-06-09 11:55:08 +02:00
Jaime Marquínez Ferrándiz
8027175600 Set the extractor key in playlists entries
If they were videos the extractor key wasn't being set anywhere else
Closes 877
2013-06-08 12:08:44 +02:00
Jaime Marquínez Ferrándiz
3054ff0cbe Merge pull request #853 from mc2avr/master
add ZDFIE
2013-06-08 11:44:01 +02:00
Jaime Marquínez Ferrándiz
cd453d38bb Merge pull request #878 from yasoob/master
Added Vbox7.com InfoExtractor and tests.
2013-06-08 10:54:47 +02:00
Filippo Valsorda
f5a290eed9 print "please report this issue on GitHub" on every ExtractorError 2013-06-08 09:56:34 +02:00
M.Yasoob Khalid
ecb3e676a5 Added Vbox7 Infoextractor 2013-06-08 12:44:38 +05:00
Filippo Valsorda
8b59a98610 XHamster: Can't see the description anywhere in the UI 2013-06-07 12:47:12 +02:00
Filippo Valsorda
8409501206 use search_regex in new IEs 2013-06-07 12:47:12 +02:00
Filippo Valsorda
be95cac157 raise exceptions on warnings during tests - and solve a couple of them 2013-06-07 12:46:23 +02:00
Filippo Valsorda
476203d025 print WARNINGs during test + minor fix to NBAIE 2013-06-06 15:07:05 +02:00
Filippo Valsorda
468e2e926b implement fallbacks and defaults in _search_regex 2013-06-06 14:35:08 +02:00
Anna Bernardi
ac3e9394e7 Implement search_regex from #847 2013-06-06 14:01:44 +02:00
Filippo Valsorda
868d62a509 style and error handling edits to HypemIE 2013-06-06 12:02:36 +02:00
M.Yasoob Khalid
157b864a01 added HypemIE
rebased, closes PR #871
2013-06-06 12:01:07 +02:00
M.Yasoob Khalid
a9f9845b32 Again changed a little bit 2013-06-06 12:54:11 +05:00
M.Yasoob Khalid
e896e41f9c trying to rebase mt code 2013-06-06 12:37:57 +05:00
M.Yasoob Khalid
fa71aa397a Conflicts:
youtube_dl/InfoExtractors.py
2013-06-06 12:35:25 +05:00
M.Yasoob Khalid
c56102dd16 rephrased my code a little. 2013-06-06 12:35:25 +05:00
M.Yasoob Khalid
fd133bfffa used the fix for python 3 provided by @jaimeMF 2013-06-06 01:00:24 +05:00
M.Yasoob Khalid
b8e189f1de added the decoding of the response (for python 3) 2013-06-06 00:51:27 +05:00
M.Yasoob Khalid
a89c45ef53 changed my regex a bit 2013-06-06 00:35:41 +05:00
M.Yasoob Khalid
6e354901f1 changed compat_urllib_parse(data) to compat_urllib_parse.urlencode(data) 2013-06-06 00:24:54 +05:00
M.Yasoob Khalid
dad6154b20 changed urllib.urlencode(data) to compat_urllib_parse(data) 2013-06-06 00:18:17 +05:00
M.Yasoob Khalid
72ec1d3c2c changed it a little bit. Removed small useless pieces of code. 2013-06-05 23:52:37 +05:00
M.Yasoob Khalid
6479bb1f42 removed urllib2 2013-06-05 23:40:13 +05:00
M.Yasoob Khalid
90e48f573d corrected HypemIE and added tests for hypem.com 2013-06-05 22:06:25 +05:00
M.Yasoob Khalid
40e4fcf910 moved HypemIE() to the end of the list 2013-06-05 19:40:29 +05:00
M.Yasoob Khalid
7d871e66fe added Hypem IE but it did not work when i tested it 2013-06-05 19:16:53 +05:00
Filippo Valsorda
5a5f27e7a2 Accept simple strings in IEs 2013-06-05 12:50:29 +02:00
Filippo Valsorda
238d0b87ba Travis is making me lazy to run tests 2013-06-05 12:26:14 +02:00
Filippo Valsorda
aec82b2b22 still know Python? 2013-06-05 12:22:23 +02:00
Filippo Valsorda
1452a3a959 edit __init__.py to handle suggestions 2013-06-05 12:18:14 +02:00
Filippo Valsorda
d47e2518f0 First commit to show implementation 2013-06-05 11:30:34 +02:00
Jaime Marquínez Ferrándiz
ee9f4f5320 Initial commit for the new extractors module 2013-06-05 10:33:13 +02:00
Filippo Valsorda
951b9dfd94 Merge pull request #866 from yasoob/master
Added support for XHamster - closes #841
2013-06-04 10:39:31 -07:00
Filippo Valsorda
1142d31164 Merge pull request #863 from davidcl/master
Add some tests to match Justin.tv / Twitch.tv URLs
2013-06-04 10:36:36 -07:00
Jaime Marquínez Ferrándiz
9131bde941 SpiegelE: the page layout has changed a bit 2013-06-04 19:31:06 +02:00
Jaime Marquínez Ferrándiz
1132c10dc2 Merge pull request #864 from jacobian/vimeopro
Fixed an error downloading vimeo pro videos.
2013-06-04 10:15:12 -07:00
M.Yasoob Ullah Khalid
c978a96c02 Added test for XHamster.com 2013-06-04 17:33:02 +05:00
M.Yasoob Ullah Khalid
71e458d437 Added support for xhamster in infoextractors 2013-06-04 17:30:54 +05:00
Clément DAVID
57bde0d9c7 Fix the test_all_urls (Import issue) 2013-06-04 13:10:12 +02:00
Clément DAVID
50b4d25980 Merge within test_all_urls 2013-06-04 13:06:49 +02:00
Jaime Marquínez Ferrándiz
eda60e8251 VimeoIE: support videos from vimeopro.com 2013-06-04 12:04:54 +02:00
Jacob Kaplan-Moss
c794cbbb19 Fixed an error downloading vimeo pro videos. 2013-06-03 18:03:59 -05:00
Clément DAVID
4a76d1dbe5 Add tests for justin.tv and twitch.tv 2013-06-03 22:16:55 +02:00
Jaime Marquínez Ferrándiz
418f734a58 Merge pull request #854 from rg3/youtube_automatic_captions
YoutubeIE: fallback to automatic captions when subtitles aren't found
2013-06-01 14:18:27 -07:00
Jaime Marquínez Ferrándiz
dc1c355b72 YoutubeIE: fallback to automatic captions when subtitles aren't found (closes #843)
Also modify test_youtube_subtitles to support running the tests in any order.
2013-05-31 17:03:40 +02:00
Jaime Marquínez Ferrándiz
1b2b22ed9f BlipTV: accept urls in the format http://a.blip.tv/api.swf#{id} (closes #857)
Tweak the regex so that BlipTV can be before BlipTVUser.
2013-05-28 15:12:39 +02:00
mc2avr
f2cd958c0a add ZDFIE and _download_with_mplayer(mms://,rtsp://) 2013-05-23 21:42:03 +02:00
Philipp Hagemeister
d2b808ce4b release 2013.05.23 2013-05-23 13:42:54 +02:00