Jaime Marquínez Ferrándiz
f380401bbd
YoutubeSearchIE: the query is a str, in python 3 it fails if decode is called
2013-06-11 19:15:07 +02:00
M.Yasoob Khalid
1dbbd3964c
Json was imported 2 times in utils.py I removed one time
2013-06-11 18:57:14 +05:00
M.Yasoob Khalid
c7c7a21dd9
Removed unnecessary code
2013-06-10 23:53:48 +05:00
Jaime Marquínez Ferrándiz
9abc6c8b31
Update YahooIE test
...
The old test video is no longer available.
2013-06-10 19:42:02 +02:00
M.Yasoob Khalid
110d517ac3
change {} to %s
2013-06-10 22:21:24 +05:00
M.Yasoob Khalid
fb6fabf5d0
added myspaceIE and tests for myspace
2013-06-10 22:07:01 +05:00
Philipp Hagemeister
8cd252f115
Use long rtmpdump options
...
Note that we accidentally called rtmpdump with -v (--live) instead of -V (--verbose) because we missed this.
2013-06-10 18:14:45 +02:00
Philipp Hagemeister
53f72b11e5
Allow unsetting the proxy with the --proxy option
2013-06-09 23:43:18 +02:00
Filippo Valsorda
ee55fcbe12
switch long info_dict fields checking to md5
2013-06-09 15:03:54 +02:00
Filippo Valsorda
78d3442b12
test: extend the reach of info_dict checking
...
* print the info_dict in a format suitable to easy adding to tests.json during tests if un-tested fields are detected
* make it possible to put the crc32 in tests.json if the field is too long
* complete the "info_dict" fields in existing tests
* fixed the bugs catched doing this
2013-06-09 14:21:42 +02:00
Filippo Valsorda
979a9dd4c4
_html_search_regex with clean_html superpowers
2013-06-09 11:57:13 +02:00
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