Philipp Hagemeister
2eb88d953f
Allow _TESTS attribute for IEs with multiple tests
This also improves the numbering of duplicate tests
12 years ago
Philipp Hagemeister
6b47c7f24e
Allow moving tests into IE files
Allow adding download tests right in the IE file.
This will cut down on merge conflicts and make it more likely that new IE authors will add tests right away.
12 years ago
Philipp Hagemeister
ed4a915e08
Add tests and improve for HotNewHipHop
12 years ago
Filippo Valsorda
23300d7149
a new day, a new s algo - fix #946
12 years ago
Philipp Hagemeister
6b37f0be55
Add a clean-room implementation for youtube signatures
12 years ago
Philipp Hagemeister
5746f9da99
Add test for youtube signature algorithm
12 years ago
Philipp Hagemeister
112da0a0ce
Simplify FakeYDL
12 years ago
Jaime Marquínez Ferrándiz
aa0c87391c
Add CSpanIE ( closes #312 )
12 years ago
M.Yasoob Khalid
8bcc355972
removed trailing ',' and corrected the title in test
12 years ago
M.Yasoob Khalid
6b4642fae3
added test for wimp.com
12 years ago
Ismael Mejia
65cceef8f4
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
12 years ago
Jaime Marquínez Ferrándiz
b004821fa9
Add the option "--write-auto-sub" to download automatic subtitles from Youtube
Now automatic subtitles are only downloaded if the option is given.
(closes #903 )
12 years ago
M.Yasoob Khalid
f4daa18152
added test for tudou.com
12 years ago
Filippo Valsorda
f7ab6cbe16
add tests for use_cipher_signature videos ( #897 ) and the ability to test multiple videos per IE
12 years ago
Jaime Marquínez Ferrándiz
70d1924f8b
Add VevoIE
12 years ago
Jaime Marquínez Ferrándiz
8bf8b5a577
Use the new class in the tests
12 years ago
Jaime Marquínez Ferrándiz
8222d8de88
Split FileDownloader in two classes: FileDownloader and YoutubeDL
YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
12 years ago
Philipp Hagemeister
d1cade5ade
Correct module name
12 years ago
Philipp Hagemeister
0824c28c8b
Remove mentions of old InfoExtractors module
12 years ago
Philipp Hagemeister
b8a360837a
Fix Statigram test
12 years ago
Philipp Hagemeister
51ce3a75c9
Improve error reporting for downloads
12 years ago
M.Yasoob Khalid
9b5fffb149
added an IE and test for break.com
12 years ago
Philipp Hagemeister
828dba2983
Improvge error reporting
12 years ago
Philipp Hagemeister
6b3f5a329b
Improve Statigr.am IE
12 years ago
M.Yasoob Khalid
4fdd4e6f6f
added test for Statigr
12 years ago
Jaime Marquínez Ferrándiz
f4c8bbcfc2
TEDIE: download the best quality video and use the new _search_regex functions
Also extracts the description.
12 years ago
Jaime Marquínez Ferrándiz
377fdf5dde
Update the TumblrIE: the video is no longer available
12 years ago
Jaime Marquínez Ferrándiz
36ed7177f0
Fix HypemIE test: the song name has been changed
12 years ago
Jaime Marquínez Ferrándiz
32aa88bcae
Add GametrailersIE
12 years ago
Jaime Marquínez Ferrándiz
31513ea6b9
Update test_issue_673 in Youtube Lists
Some videos have been removed.
Delete the title check, it's not the purpose of that test.
12 years ago
Jaime Marquínez Ferrándiz
9abc6c8b31
Update YahooIE test
The old test video is no longer available.
12 years ago
Filippo Valsorda
ee55fcbe12
switch long info_dict fields checking to md5
12 years ago
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
12 years ago
Filippo Valsorda
979a9dd4c4
_html_search_regex with clean_html superpowers
12 years ago
M.Yasoob Khalid
ecb3e676a5
Added Vbox7 Infoextractor
12 years ago
Filippo Valsorda
be95cac157
raise exceptions on warnings during tests - and solve a couple of them
12 years ago
Filippo Valsorda
476203d025
print WARNINGs during test + minor fix to NBAIE
12 years ago
M.Yasoob Khalid
157b864a01
added HypemIE
rebased, closes PR #871
12 years ago
M.Yasoob Ullah Khalid
c978a96c02
Added test for XHamster.com
12 years ago
Clément DAVID
57bde0d9c7
Fix the test_all_urls (Import issue)
12 years ago
Clément DAVID
50b4d25980
Merge within test_all_urls
12 years ago
Clément DAVID
4a76d1dbe5
Add tests for justin.tv and twitch.tv
12 years ago
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.
12 years ago
Jaime Marquínez Ferrándiz
45014296be
Add TeamcocoIE ( closes #212 )
12 years ago
Anna Bernardi
afef36c950
add support for Flickr videos - closes #261
12 years ago
Jaime Marquínez Ferrándiz
17bd1b2f41
VineIE: extract more information and minor style changes
12 years ago
Anna Bernardi
5b0d3cc0cd
Add support for Vine - closes #845
12 years ago
Filippo Valsorda
d4f76f1674
Add support for Howcast.com - closes #835
12 years ago
Jaime Marquínez Ferrándiz
340fa21198
UstreamIE: get thumbnail and uploader name
12 years ago
Jaime Marquínez Ferrándiz
59f4fd4dc6
YahooIE: remove old code and accept screen.yahoo.com videos ( #300 )
Videos require rtmpdump
12 years ago