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
Philipp Hagemeister
c83411b9ee
Skip bandcamp tests for now - free limit has been exceeded
12 years ago
Jaime Marquínez Ferrándiz
057c9938a1
Import FileDownloader in test_youtube_subtitles
Fix last commit
12 years ago
Jaime Marquínez Ferrándiz
9259966132
test_youtube_subtitles: FakeDownloader inherits form FileDownloader
12 years ago
julien
7f5bd09baf
Add support to www.ina.fr
12 years ago
Jaime Marquínez Ferrándiz
d96680f58d
PhotobucketIE: accept new format of urls and add a test
12 years ago
Philipp Hagemeister
09dd418f53
Experimentally whitelist Escapist test
12 years ago
Philipp Hagemeister
c34407d16c
Simplify RedTube
12 years ago
M.Yasoob Ullah Khalid
815dd2ffa8
Redtube test now works
I just did a little makeover by changing redtube tests. Now they are passed.
12 years ago
M.Yasoob Ullah Khalid
b86174e7a3
added test for redtube.com
I just added the test for redtube.com
12 years ago
Jaime Marquínez Ferrándiz
46bfb42258
InfoExtractors: use _download_webpage in more IEs
IEs without tests are intact.
12 years ago
Jaime Marquínez Ferrándiz
104ccdb8b4
TumblrIE: fix title matching
12 years ago
Jaime Marquínez Ferrándiz
aed523ecc1
Add BandcampIE ( closes #568 )
12 years ago
Jaime Marquínez Ferrándiz
34c29ba1d7
Add test for SoundcloudSet
12 years ago
Philipp Hagemeister
8749b71273
Fix FakeDownloaders
12 years ago
Jaime Marquínez Ferrándiz
ba7c775a04
Remove a commented line I forgot.
[ci skip]
12 years ago
Philipp Hagemeister
9665577802
Adapt tests to changes in youtube's "Most Popular" channel
12 years ago
Jaime Marquínez Ferrándiz
37254abc36
Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month|year)(s)? ( Closes #137 )
Also fix DateRange not accepting ranges of one day.
12 years ago
Jaime Marquínez Ferrándiz
bf50b0383e
Fix some IEs that didn't return the uploade_date in the YYYYMMDD format
Create a function unified_strdate in utils.py to fix these problems
12 years ago
Jaime Marquínez Ferrándiz
bd55852517
Allow to select videos to download by their upload dates (related #137 )
Only absolute dates.
12 years ago
Jaime Marquínez Ferrándiz
aba8df23ed
YoutubePlaylistIE: don't crash with empty lists (related #808 )
The playlist_title wasn't initialized.
12 years ago
Jaime Marquínez Ferrándiz
c15e024141
TumblrIE
I haven't found many videos to test, so it may not work for all.
12 years ago
Jaime Marquínez Ferrándiz
c72938240e
Get the title of Youtube playlists
12 years ago
Jaime Marquínez Ferrándiz
9341212642
Create a function in InfoExtractors that returns the InfoExtractor class with the given name
12 years ago
Jaime Marquínez Ferrándiz
49da66e459
The test video for subtitles has added a new language
12 years ago
ispedals
fb6c319904
Add tests for YoutubeChannelIE
- tests for identifying channel urls
- test retrieval of paginated channel
- test retrieval of autogenerated channel
12 years ago
Philipp Hagemeister
744435f2a4
Show whole diff in error cases
12 years ago
Philipp Hagemeister
0ba994e9e3
Skip ARD test as it requires rtmpdump
12 years ago
Philipp Hagemeister
af9ad45cd4
Re-enable Stanford OC test
12 years ago
Philipp Hagemeister
b03d65c237
Minor improvements for ARD IE
12 years ago
Filippo Valsorda
90a99c1b5e
retry on UnavailableVideoError
12 years ago
Filippo Valsorda
f375d4b7de
import all IEs when testing to resemble more closely the real env
12 years ago