Commit Graph

274 Commits (ef66b0c6effb9d8741807abb12b059560c97c8da)

Author SHA1 Message Date
Philipp Hagemeister 0821771466 [steam] move test
Philipp Hagemeister 83f6f68e79 [metacafe] move tests
Philipp Hagemeister 0c6c096c20 [soundcloud] Move tests
Philipp Hagemeister 41beccbab0 Use str every time
Philipp Hagemeister 2eb88d953f Allow _TESTS attribute for IEs with multiple tests
This also improves the numbering of duplicate tests
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.
Philipp Hagemeister ed4a915e08 Add tests and improve for HotNewHipHop
Filippo Valsorda 23300d7149 a new day, a new s algo - fix
Philipp Hagemeister 6b37f0be55 Add a clean-room implementation for youtube signatures
Philipp Hagemeister 5746f9da99 Add test for youtube signature algorithm
Philipp Hagemeister 112da0a0ce Simplify FakeYDL
Philipp Hagemeister ed92bc9f6e [wimp] minor readability improvements ()
Jaime Marquínez Ferrándiz aa0c87391c Add CSpanIE (closes )
M.Yasoob Khalid 8bcc355972 removed trailing ',' and corrected the title in test
M.Yasoob Khalid 6b4642fae3 added test for wimp.com
Ismael Mejia 65cceef8f4 Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
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 )
M.Yasoob Khalid f4daa18152 added test for tudou.com
Filippo Valsorda f7ab6cbe16 add tests for use_cipher_signature videos () and the ability to test multiple videos per IE
Jaime Marquínez Ferrándiz 70d1924f8b Add VevoIE
Jaime Marquínez Ferrándiz 8bf8b5a577 Use the new class in the tests
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.
Philipp Hagemeister 825e0984e2 [break] adapt to new paths
Philipp Hagemeister d1cade5ade Correct module name
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module
Philipp Hagemeister b8a360837a Fix Statigram test
Philipp Hagemeister 51ce3a75c9 Improve error reporting for downloads
M.Yasoob Khalid 9b5fffb149 added an IE and test for break.com
Philipp Hagemeister 828dba2983 Improvge error reporting
Philipp Hagemeister 6b3f5a329b Improve Statigr.am IE
M.Yasoob Khalid 4fdd4e6f6f added test for Statigr
Jaime Marquínez Ferrándiz f4c8bbcfc2 TEDIE: download the best quality video and use the new _search_regex functions
Also extracts the description.
Jaime Marquínez Ferrándiz 377fdf5dde Update the TumblrIE: the video is no longer available
Jaime Marquínez Ferrándiz 213b715893 Merge pull request from anisse/master
Fetch all entries that are in a youtube playlist

Also add a test.
Filippo Valsorda 8bc7c3d858 Merge branch 'search_regex' - PR - closes
Jaime Marquínez Ferrándiz 36ed7177f0 Fix HypemIE test: the song name has been changed
Jaime Marquínez Ferrándiz 32aa88bcae Add GametrailersIE
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.
Jaime Marquínez Ferrándiz 9abc6c8b31 Update YahooIE test
The old test video is no longer available.
Filippo Valsorda ee55fcbe12 switch long info_dict fields checking to md5
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
Filippo Valsorda 979a9dd4c4 _html_search_regex with clean_html superpowers
M.Yasoob Khalid ecb3e676a5 Added Vbox7 Infoextractor
Filippo Valsorda be95cac157 raise exceptions on warnings during tests - and solve a couple of them
Filippo Valsorda 476203d025 print WARNINGs during test + minor fix to NBAIE
M.Yasoob Khalid 157b864a01 added HypemIE
rebased, closes PR 
Filippo Valsorda 951b9dfd94 Merge pull request from yasoob/master
Added support for XHamster - closes 
M.Yasoob Ullah Khalid c978a96c02 Added test for XHamster.com
Clément DAVID 57bde0d9c7 Fix the test_all_urls (Import issue)
Clément DAVID 50b4d25980 Merge within test_all_urls
Clément DAVID 4a76d1dbe5 Add tests for justin.tv and twitch.tv
Jaime Marquínez Ferrándiz dc1c355b72 YoutubeIE: fallback to automatic captions when subtitles aren't found (closes )
Also modify test_youtube_subtitles to support running the tests in any order.
Jaime Marquínez Ferrándiz 45014296be Add TeamcocoIE (closes )
Anna Bernardi afef36c950 add support for Flickr videos - closes
Jaime Marquínez Ferrándiz 17bd1b2f41 VineIE: extract more information and minor style changes
Anna Bernardi 5b0d3cc0cd Add support for Vine - closes
Filippo Valsorda d4f76f1674 Add support for Howcast.com - closes
Jaime Marquínez Ferrándiz 340fa21198 UstreamIE: get thumbnail and uploader name
Jaime Marquínez Ferrándiz 59f4fd4dc6 YahooIE: remove old code and accept screen.yahoo.com videos ()
Videos require rtmpdump
Philipp Hagemeister 86fd453ea8 Merge remote-tracking branch 'origin/master'
Philipp Hagemeister c83411b9ee Skip bandcamp tests for now - free limit has been exceeded
Jaime Marquínez Ferrándiz 057c9938a1 Import FileDownloader in test_youtube_subtitles
Fix last commit
Jaime Marquínez Ferrándiz 9259966132 test_youtube_subtitles: FakeDownloader inherits form FileDownloader
julien 7f5bd09baf Add support to www.ina.fr
Jaime Marquínez Ferrándiz d96680f58d PhotobucketIE: accept new format of urls and add a test
Philipp Hagemeister 09dd418f53 Experimentally whitelist Escapist test
Philipp Hagemeister c34407d16c Simplify RedTube
M.Yasoob Ullah Khalid 815dd2ffa8 Redtube test now works
I just did a little makeover by changing redtube tests. Now they are passed.
M.Yasoob Ullah Khalid b86174e7a3 added test for redtube.com
I just added the test for redtube.com
Jaime Marquínez Ferrándiz 46bfb42258 InfoExtractors: use _download_webpage in more IEs
IEs without tests are intact.
Jaime Marquínez Ferrándiz 104ccdb8b4 TumblrIE: fix title matching
Jaime Marquínez Ferrándiz aed523ecc1 Add BandcampIE (closes )
Jaime Marquínez Ferrándiz 34c29ba1d7 Add test for SoundcloudSet
Philipp Hagemeister 8749b71273 Fix FakeDownloaders
Jaime Marquínez Ferrándiz ba7c775a04 Remove a commented line I forgot.
[ci skip]
Philipp Hagemeister 9665577802 Adapt tests to changes in youtube's "Most Popular" channel
Jaime Marquínez Ferrándiz 37254abc36 Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month|year)(s)? (Closes )
Also fix DateRange not accepting ranges of one day.
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
Jaime Marquínez Ferrándiz bd55852517 Allow to select videos to download by their upload dates (related )
Only absolute dates.
Jaime Marquínez Ferrándiz aba8df23ed YoutubePlaylistIE: don't crash with empty lists (related )
The playlist_title wasn't initialized.
Jaime Marquínez Ferrándiz c15e024141 TumblrIE
I haven't found many videos to test, so it may not work for all.
Jaime Marquínez Ferrándiz c72938240e Get the title of Youtube playlists
Jaime Marquínez Ferrándiz 9341212642 Create a function in InfoExtractors that returns the InfoExtractor class with the given name
Jaime Marquínez Ferrándiz 49da66e459 The test video for subtitles has added a new language
ispedals fb6c319904 Add tests for YoutubeChannelIE
- tests for identifying channel urls
- test retrieval of paginated channel
- test retrieval of autogenerated channel
Jaime Marquínez Ferrándiz dce9027045 Merge branch 'extract_info_rewrite'
Philipp Hagemeister 744435f2a4 Show whole diff in error cases
Philipp Hagemeister 0ba994e9e3 Skip ARD test as it requires rtmpdump
Philipp Hagemeister af9ad45cd4 Re-enable Stanford OC test
Philipp Hagemeister b03d65c237 Minor improvements for ARD IE
Jaime Marquínez Ferrándiz 14294236bf Merge branch 'master' into extract_info_rewrite
Filippo Valsorda 90a99c1b5e retry on UnavailableVideoError
Filippo Valsorda f375d4b7de import all IEs when testing to resemble more closely the real env
Filippo Valsorda e3700fc9e4 Merge pull request from rg3/retry
Exception stacking and test retry
Filippo Valsorda 46b9d8295d Merge pull request by @JohnyMoSwag
Support for Worldstarhiphop.com
Filippo Valsorda 0cd358676c Rebased, fixed and extended LiveLeak.com support
close  - close 
Johny Mo Swag 44e939514e Added test for WorldStarHipHop
Jaime Marquínez Ferrándiz cfa90f4adc Merge branch 'master' into extract_info_rewrite
Filippo Valsorda 5cb3c0b319 Merge pull request by @iemejia
Removed innecesary function to convert subtitles, improved use of the youtube api
Ismael Mejia 2a4093eaf3 Added new option '--list-subs' to show the available subtitle languages