aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-05-20VineIE: extract more information and minor style changesJaime Marquínez Ferrándiz
2013-05-20Add support for Vine - closes #845Anna Bernardi
2013-05-18Add support for Howcast.com - closes #835Filippo Valsorda
2013-05-18UstreamIE: get thumbnail and uploader nameJaime Marquínez Ferrándiz
2013-05-12YahooIE: remove old code and accept screen.yahoo.com videos (#300)Jaime Marquínez Ferrándiz
Videos require rtmpdump
2013-05-10Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-05-10Skip bandcamp tests for now - free limit has been exceededPhilipp Hagemeister
2013-05-10Import FileDownloader in test_youtube_subtitlesJaime Marquínez Ferrándiz
Fix last commit
2013-05-10test_youtube_subtitles: FakeDownloader inherits form FileDownloaderJaime Marquínez Ferrándiz
2013-05-05Add support to www.ina.frjulien
2013-05-05PhotobucketIE: accept new format of urls and add a testJaime Marquínez Ferrándiz
2013-05-04Experimentally whitelist Escapist testPhilipp Hagemeister
2013-05-03Simplify RedTubePhilipp Hagemeister
2013-05-03Redtube test now worksM.Yasoob Ullah Khalid
I just did a little makeover by changing redtube tests. Now they are passed.
2013-05-03added test for redtube.com M.Yasoob Ullah Khalid
I just added the test for redtube.com
2013-05-02InfoExtractors: use _download_webpage in more IEsJaime Marquínez Ferrándiz
IEs without tests are intact.
2013-05-02TumblrIE: fix title matchingJaime Marquínez Ferrándiz
2013-05-01Add BandcampIE (closes #568)Jaime Marquínez Ferrándiz
2013-04-30Add test for SoundcloudSetJaime Marquínez Ferrándiz
2013-04-30Fix FakeDownloadersPhilipp Hagemeister
2013-04-30Remove a commented line I forgot.Jaime Marquínez Ferrándiz
[ci skip]
2013-04-28Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister
2013-04-28Allow to use relative dates in the format ↵Jaime Marquínez Ferrándiz
(now|today)[+-][0-9](day|week|month|year)(s)? (Closes #137) Also fix DateRange not accepting ranges of one day.
2013-04-27Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz
Create a function unified_strdate in utils.py to fix these problems
2013-04-27Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz
Only absolute dates.
2013-04-27YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz
The playlist_title wasn't initialized.
2013-04-22TumblrIEJaime Marquínez Ferrándiz
I haven't found many videos to test, so it may not work for all.
2013-04-20Get the title of Youtube playlistsJaime Marquínez Ferrándiz
2013-04-20Create a function in InfoExtractors that returns the InfoExtractor class ↵Jaime Marquínez Ferrándiz
with the given name
2013-04-20The test video for subtitles has added a new languageJaime Marquínez Ferrándiz
2013-04-19Add tests for YoutubeChannelIEispedals
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
2013-04-19Merge branch 'extract_info_rewrite'Jaime Marquínez Ferrándiz
2013-04-11Show whole diff in error casesPhilipp Hagemeister
2013-04-11Skip ARD test as it requires rtmpdumpPhilipp Hagemeister
2013-04-11Re-enable Stanford OC testPhilipp Hagemeister
2013-04-11Minor improvements for ARD IEPhilipp Hagemeister
2013-04-05Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz
2013-03-31retry on UnavailableVideoErrorFilippo Valsorda
2013-03-31import all IEs when testing to resemble more closely the real envFilippo Valsorda
2013-03-29Merge pull request #736 from rg3/retryFilippo Valsorda
Exception stacking and test retry
2013-03-29Merge pull request #730 by @JohnyMoSwagFilippo Valsorda
Support for Worldstarhiphop.com
2013-03-29Rebased, fixed and extended LiveLeak.com supportFilippo Valsorda
close #757 - close #761
2013-03-28Added test for WorldStarHipHopJohny Mo Swag
2013-03-28Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz
2013-03-20Merge pull request #699 by @iemejiaFilippo Valsorda
Removed innecesary function to convert subtitles, improved use of the youtube api
2013-03-20Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia
2013-03-20Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia
downloade (defaut=srt)
2013-03-20Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia
Only works in youtube for the moment.
2013-03-12Spiegel IEPhilipp Hagemeister
2013-03-09Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda