Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | YoutubeIE: fallback to automatic captions when subtitles aren't found ↵ | Jaime Marquínez Ferrándiz | 2013-05-31 | 1 | -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ándiz | 2013-05-21 | 1 | -0/+10 |
| | |||||
* | add support for Flickr videos - closes #261 | Anna Bernardi | 2013-05-20 | 1 | -0/+11 |
| | |||||
* | VineIE: extract more information and minor style changes | Jaime Marquínez Ferrándiz | 2013-05-20 | 1 | -1/+2 |
| | |||||
* | Add support for Vine - closes #845 | Anna Bernardi | 2013-05-20 | 1 | -0/+9 |
| | |||||
* | Add support for Howcast.com - closes #835 | Filippo Valsorda | 2013-05-18 | 1 | -0/+10 |
| | |||||
* | UstreamIE: get thumbnail and uploader name | Jaime Marquínez Ferrándiz | 2013-05-18 | 1 | -1/+2 |
| | |||||
* | YahooIE: remove old code and accept screen.yahoo.com videos (#300) | Jaime Marquínez Ferrándiz | 2013-05-12 | 1 | -0/+10 |
| | | | | Videos require rtmpdump | ||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-05-10 | 1 | -1/+2 |
|\ | |||||
| * | Import FileDownloader in test_youtube_subtitles | Jaime Marquínez Ferrándiz | 2013-05-10 | 1 | -0/+1 |
| | | | | | | | | Fix last commit | ||||
| * | test_youtube_subtitles: FakeDownloader inherits form FileDownloader | Jaime Marquínez Ferrándiz | 2013-05-10 | 1 | -1/+1 |
| | | |||||
* | | Skip bandcamp tests for now - free limit has been exceeded | Philipp Hagemeister | 2013-05-10 | 1 | -1/+2 |
|/ | |||||
* | Add support to www.ina.fr | julien | 2013-05-05 | 1 | -0/+9 |
| | |||||
* | PhotobucketIE: accept new format of urls and add a test | Jaime Marquínez Ferrándiz | 2013-05-05 | 1 | -0/+9 |
| | |||||
* | Experimentally whitelist Escapist test | Philipp Hagemeister | 2013-05-04 | 1 | -2/+1 |
| | |||||
* | Simplify RedTube | Philipp Hagemeister | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | Redtube test now works | M.Yasoob Ullah Khalid | 2013-05-03 | 1 | -3/+6 |
| | | | I just did a little makeover by changing redtube tests. Now they are passed. | ||||
* | added test for redtube.com | M.Yasoob Ullah Khalid | 2013-05-03 | 1 | -1/+6 |
| | | | I just added the test for redtube.com | ||||
* | InfoExtractors: use _download_webpage in more IEs | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -1/+1 |
| | | | | IEs without tests are intact. | ||||
* | TumblrIE: fix title matching | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | Add BandcampIE (closes #568) | Jaime Marquínez Ferrándiz | 2013-05-01 | 1 | -0/+9 |
| | |||||
* | Add test for SoundcloudSet | Jaime Marquínez Ferrándiz | 2013-04-30 | 1 | -0/+48 |
| | |||||
* | Fix FakeDownloaders | Philipp Hagemeister | 2013-04-30 | 2 | -2/+2 |
| | |||||
* | Remove a commented line I forgot. | Jaime Marquínez Ferrándiz | 2013-04-30 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Adapt tests to changes in youtube's "Most Popular" channel | Philipp Hagemeister | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Allow to use relative dates in the format ↵ | Jaime Marquínez Ferrándiz | 2013-04-28 | 1 | -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 format | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -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ándiz | 2013-04-27 | 1 | -0/+9 |
| | | | | Only absolute dates. | ||||
* | YoutubePlaylistIE: don't crash with empty lists (related #808) | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -0/+7 |
| | | | | The playlist_title wasn't initialized. | ||||
* | TumblrIE | Jaime Marquínez Ferrándiz | 2013-04-22 | 1 | -0/+9 |
| | | | | I haven't found many videos to test, so it may not work for all. | ||||
* | Get the title of Youtube playlists | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -0/+2 |
| | |||||
* | Create a function in InfoExtractors that returns the InfoExtractor class ↵ | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -1/+1 |
| | | | | with the given name | ||||
* | The test video for subtitles has added a new language | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -1/+1 |
| | |||||
* | Add tests for YoutubeChannelIE | ispedals | 2013-04-19 | 2 | -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ándiz | 2013-04-19 | 1 | -17/+26 |
|\ | |||||
| * | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | 2013-04-05 | 2 | -4/+37 |
| |\ | |||||
| * \ | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | 2013-03-28 | 3 | -5/+67 |
| |\ \ | |||||
| * | | | Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵ | Jaime Marquínez Ferrándiz | 2013-03-05 | 1 | -14/+21 |
| | | | | | | | | | | | | | | | | for some playlist IEs | ||||
| * | | | Use extract_info in YoutubePlaylist and YoutubeSearch | Jaime Marquínez Ferrándiz | 2013-03-05 | 1 | -7/+9 |
| | | | | |||||
* | | | | Show whole diff in error cases | Philipp Hagemeister | 2013-04-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Skip ARD test as it requires rtmpdump | Philipp Hagemeister | 2013-04-11 | 1 | -1/+2 |
| | | | | |||||
* | | | | Re-enable Stanford OC test | Philipp Hagemeister | 2013-04-11 | 1 | -2/+1 |
| | | | | |||||
* | | | | Minor improvements for ARD IE | Philipp Hagemeister | 2013-04-11 | 1 | -0/+10 |
| |_|/ |/| | | |||||
* | | | retry on UnavailableVideoError | Filippo Valsorda | 2013-03-31 | 1 | -1/+1 |
| | | | |||||
* | | | import all IEs when testing to resemble more closely the real env | Filippo Valsorda | 2013-03-31 | 1 | -3/+2 |
| | | | |||||
* | | | Merge pull request #736 from rg3/retry | Filippo Valsorda | 2013-03-29 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | Exception stacking and test retry | ||||
| * | | | Bubble up all the stack of exceptions and retry download tests on timeout errors | Filippo Valsorda | 2013-03-09 | 1 | -1/+15 |
| | | | | |||||
* | | | | Merge pull request #730 by @JohnyMoSwag | Filippo Valsorda | 2013-03-29 | 1 | -0/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | Support for Worldstarhiphop.com | ||||
| * | | | | Added test for WorldStarHipHop | Johny Mo Swag | 2013-03-28 | 1 | -0/+9 |
| | |/ / | |/| | | |||||
* | | | | Rebased, fixed and extended LiveLeak.com support | Filippo Valsorda | 2013-03-29 | 1 | -0/+11 |
| |_|/ |/| | | | | | | | | close #757 - close #761 |