Commit Graph

173 Commits (418f734a5877bb2d5d9cabe2ee158d076a1ef2c7)

Author SHA1 Message Date
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
Ismael Mejia 9e62bc4439 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt)