aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update YahooIE testJaime Marquínez Ferrándiz2013-06-101-4/+4
| | | | | | | | The old test video is no longer available.
* | Added Vbox7 InfoextractorM.Yasoob Khalid2013-06-081-0/+9
|/
* added HypemIEM.Yasoob Khalid2013-06-061-0/+9
| | | | rebased, closes PR #871
* Merge pull request #866 from yasoob/masterFilippo Valsorda2013-06-041-0/+9
|\ | | | | Added support for XHamster - closes #841
| * Added test for XHamster.comM.Yasoob Ullah Khalid2013-06-041-0/+9
| |
* | Fix the test_all_urls (Import issue)Clément DAVID2013-06-041-1/+1
| |
* | Merge within test_all_urlsClément DAVID2013-06-042-30/+16
| |
* | Add tests for justin.tv and twitch.tvClément DAVID2013-06-031-0/+30
|/
* YoutubeIE: fallback to automatic captions when subtitles aren't found ↵Jaime Marquínez Ferrándiz2013-05-311-1/+11
| | | | | | (closes #843) Also modify test_youtube_subtitles to support running the tests in any order.
* Add TeamcocoIE (closes #212)Jaime Marquínez Ferrándiz2013-05-211-0/+10
|
* add support for Flickr videos - closes #261Anna Bernardi2013-05-201-0/+11
|
* VineIE: extract more information and minor style changesJaime Marquínez Ferrándiz2013-05-201-1/+2
|
* Add support for Vine - closes #845Anna Bernardi2013-05-201-0/+9
|
* Add support for Howcast.com - closes #835Filippo Valsorda2013-05-181-0/+10
|
* UstreamIE: get thumbnail and uploader nameJaime Marquínez Ferrándiz2013-05-181-1/+2
|
* YahooIE: remove old code and accept screen.yahoo.com videos (#300)Jaime Marquínez Ferrándiz2013-05-121-0/+10
| | | | Videos require rtmpdump
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-05-101-1/+2
|\
| * Import FileDownloader in test_youtube_subtitlesJaime Marquínez Ferrándiz2013-05-101-0/+1
| | | | | | | | Fix last commit
| * test_youtube_subtitles: FakeDownloader inherits form FileDownloaderJaime Marquínez Ferrándiz2013-05-101-1/+1
| |
* | Skip bandcamp tests for now - free limit has been exceededPhilipp Hagemeister2013-05-101-1/+2
|/
* Add support to www.ina.frjulien2013-05-051-0/+9
|
* PhotobucketIE: accept new format of urls and add a testJaime Marquínez Ferrándiz2013-05-051-0/+9
|
* Experimentally whitelist Escapist testPhilipp Hagemeister2013-05-041-2/+1
|
* Simplify RedTubePhilipp Hagemeister2013-05-031-1/+1
|
* Redtube test now worksM.Yasoob Ullah Khalid2013-05-031-3/+6
| | | I just did a little makeover by changing redtube tests. Now they are passed.
* added test for redtube.com M.Yasoob Ullah Khalid2013-05-031-1/+6
| | | I just added the test for redtube.com
* InfoExtractors: use _download_webpage in more IEsJaime Marquínez Ferrándiz2013-05-021-1/+1
| | | | IEs without tests are intact.
* TumblrIE: fix title matchingJaime Marquínez Ferrándiz2013-05-021-1/+1
|
* Add BandcampIE (closes #568)Jaime Marquínez Ferrándiz2013-05-011-0/+9
|
* Add test for SoundcloudSetJaime Marquínez Ferrándiz2013-04-301-0/+48
|
* Fix FakeDownloadersPhilipp Hagemeister2013-04-302-2/+2
|
* Remove a commented line I forgot.Jaime Marquínez Ferrándiz2013-04-301-1/+1
| | | | [ci skip]
* Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister2013-04-281-1/+1
|
* Allow to use relative dates in the format ↵Jaime Marquínez Ferrándiz2013-04-281-1/+1
| | | | | | (now|today)[+-][0-9](day|week|month|year)(s)? (Closes #137) Also fix DateRange not accepting ranges of one day.
* Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz2013-04-271-0/+7
| | | | Create a function unified_strdate in utils.py to fix these problems
* Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz2013-04-271-0/+9
| | | | Only absolute dates.
* YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz2013-04-271-0/+7
| | | | The playlist_title wasn't initialized.
* TumblrIEJaime Marquínez Ferrándiz2013-04-221-0/+9
| | | | I haven't found many videos to test, so it may not work for all.
* Get the title of Youtube playlistsJaime Marquínez Ferrándiz2013-04-201-0/+2
|
* Create a function in InfoExtractors that returns the InfoExtractor class ↵Jaime Marquínez Ferrándiz2013-04-201-1/+1
| | | | with the given name
* The test video for subtitles has added a new languageJaime Marquínez Ferrándiz2013-04-201-1/+1
|
* Add tests for YoutubeChannelIEispedals2013-04-192-4/+15
| | | | | | - tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
* Merge branch 'extract_info_rewrite'Jaime Marquínez Ferrándiz2013-04-191-17/+26
|\
| * Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-04-052-4/+37
| |\
| * \ Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-283-5/+67
| |\ \
| * | | Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵Jaime Marquínez Ferrándiz2013-03-051-14/+21
| | | | | | | | | | | | | | | | for some playlist IEs
| * | | Use extract_info in YoutubePlaylist and YoutubeSearchJaime Marquínez Ferrándiz2013-03-051-7/+9
| | | |
* | | | Show whole diff in error casesPhilipp Hagemeister2013-04-111-0/+1
| | | |
* | | | Skip ARD test as it requires rtmpdumpPhilipp Hagemeister2013-04-111-1/+2
| | | |
* | | | Re-enable Stanford OC testPhilipp Hagemeister2013-04-111-2/+1
| | | |