27259 Commits

Author SHA1 Message Date
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
Philipp Hagemeister
57adeaea87 release 2013.05.23 2013.05.23 2013-05-23 13:37:19 +02:00
Philipp Hagemeister
8f3f1aef05 Fix HowCast IE 2013-05-23 13:34:33 +02:00
Filippo Valsorda
51d2453c7a small tweaks 2013-05-21 16:07:27 +02:00
Rogério Brito
03fe9b2e81 Merge branch 'master' into use-other-downloaders
Conflicts:
	README.md
	youtube-dl
	youtube_dl/__init__.py
2013-05-21 10:56:14 -03:00
Jaime Marquínez Ferrándiz
45014296be Add TeamcocoIE (closes #212) 2013-05-21 14:37:32 +02:00
Anna Bernardi
afef36c950 add support for Flickr videos - closes #261 2013-05-20 23:19:38 +02:00
Filippo Valsorda
b31756c18e Python 2 compat fixes for MyVideo.de rtmpdump downloads 2013-05-20 11:57:10 +02:00
Filippo Valsorda
f008688520 make rtmpdump inherit the verbose option for debugging 2013-05-20 11:54:21 +02:00
Filippo Valsorda
5b68ea215b Merge pull request #842 - myvideo, rtmp support
@dersphere code, from dersphere/plugin.video.myvideo_de.git
rewritten by @mc2avr
released in the Public Domain by the author
ref: https://github.com/rg3/youtube-dl/pull/842
2013-05-20 09:49:58 +02:00