aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | |
* | | | Minor improvements for ARD IEPhilipp Hagemeister2013-04-111-0/+10
| |_|/ |/| |
* | | retry on UnavailableVideoErrorFilippo Valsorda2013-03-311-1/+1
| | |
* | | import all IEs when testing to resemble more closely the real envFilippo Valsorda2013-03-311-3/+2
| | |
* | | Merge pull request #736 from rg3/retryFilippo Valsorda2013-03-291-1/+15
|\ \ \ | | | | | | | | Exception stacking and test retry
| * | | Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda2013-03-091-1/+15
| | | |
* | | | Merge pull request #730 by @JohnyMoSwagFilippo Valsorda2013-03-291-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | Support for Worldstarhiphop.com
| * | | | Added test for WorldStarHipHopJohny Mo Swag2013-03-281-0/+9
| | |/ / | |/| |
* | | | Rebased, fixed and extended LiveLeak.com supportFilippo Valsorda2013-03-291-0/+11
| |_|/ |/| | | | | | | | close #757 - close #761
* | | Merge pull request #699 by @iemejiaFilippo Valsorda2013-03-202-5/+52
|\ \ \ | | | | | | | | | | | | Removed innecesary function to convert subtitles, improved use of the youtube api
| * | | Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-202-1/+9
| | | |
| * | | Added new option '--sub-format' to choose the format of the subtitles to ↵Ismael Mejia2013-03-202-1/+10
| | | | | | | | | | | | | | | | downloade (defaut=srt)
| * | | Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-202-7/+30
| | | | | | | | | | | | | | | | Only works in youtube for the moment.
| * | | Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Improved option '--srt-lang' - it shows the argument in case of missing subtitles - added language suffix for non-english languages (e.g. video.it.srt)
| * | | Removed conversion from youtube closed caption format to srt since youtube ↵Ismael Mejia2013-02-211-2/+2
| | | | | | | | | | | | | | | | api supports the 'srt' format
* | | | Spiegel IEPhilipp Hagemeister2013-03-121-0/+9
| |_|/ |/| |
* | | Fix Unicode handling GenericIE (Fixes #734)Philipp Hagemeister2013-03-081-0/+6
| |/ |/|
* | Remove changed playlist test (#661)Philipp Hagemeister2013-03-031-6/+0
| |
* | Remove tweetreel - it has shut downPhilipp Hagemeister2013-03-031-12/+0
| |
* | fix tests in Python3, and make them parallelizablePhilipp Hagemeister2013-02-261-6/+7
| |
* | Do not user upper-case for non-constantsPhilipp Hagemeister2013-02-261-31/+31
| |
* | Modified Youtube video/playlist matching; fixes #668; fixes #585Filippo Valsorda2013-02-262-4/+23
| |
* | Switch YTPlaylistIE to API (relevant: #586); fixes #651; fixes #673; fixes #661Filippo Valsorda2013-02-261-8/+12
| |
* | Test TED thumbnailPhilipp Hagemeister2013-02-241-1/+2
|/
* Add tests to MySpassPhilipp Hagemeister2013-02-181-0/+9
|\
* | Basic support for TEDJaime Marquínez Ferrándiz2013-02-171-0/+9
|/
* Add tests for keekPhilipp Hagemeister2013-02-081-0/+10
|
* Escapist continues to be flaky on travisPhilipp Hagemeister2013-02-021-1/+2
|
* Disable Stanford OC test for now, and enable escapistPhilipp Hagemeister2013-02-021-3/+3
|
* Switch ComedyCentral test to a permanent URL (They delete full episodes ↵Philipp Hagemeister2013-02-012-32/+7
| | | | older than a month)