Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-15 | Update test_issue_673 in Youtube Lists | Jaime Marquínez Ferrándiz | |
Some videos have been removed. Delete the title check, it's not the purpose of that test. | |||
2013-06-10 | Update YahooIE test | Jaime Marquínez Ferrándiz | |
The old test video is no longer available. | |||
2013-06-08 | Added Vbox7 Infoextractor | M.Yasoob Khalid | |
2013-06-06 | added HypemIE | M.Yasoob Khalid | |
rebased, closes PR #871 | |||
2013-06-04 | Merge pull request #866 from yasoob/master | Filippo Valsorda | |
Added support for XHamster - closes #841 | |||
2013-06-04 | Added test for XHamster.com | M.Yasoob Ullah Khalid | |
2013-06-04 | Fix the test_all_urls (Import issue) | Clément DAVID | |
2013-06-04 | Merge within test_all_urls | Clément DAVID | |
2013-06-03 | Add tests for justin.tv and twitch.tv | Clément DAVID | |
2013-05-31 | YoutubeIE: fallback to automatic captions when subtitles aren't found ↵ | Jaime Marquínez Ferrándiz | |
(closes #843) Also modify test_youtube_subtitles to support running the tests in any order. | |||
2013-05-21 | Add TeamcocoIE (closes #212) | Jaime Marquínez Ferrándiz | |
2013-05-20 | add support for Flickr videos - closes #261 | Anna Bernardi | |
2013-05-20 | VineIE: extract more information and minor style changes | Jaime Marquínez Ferrándiz | |
2013-05-20 | Add support for Vine - closes #845 | Anna Bernardi | |
2013-05-18 | Add support for Howcast.com - closes #835 | Filippo Valsorda | |
2013-05-18 | UstreamIE: get thumbnail and uploader name | Jaime Marquínez Ferrándiz | |
2013-05-12 | YahooIE: remove old code and accept screen.yahoo.com videos (#300) | Jaime Marquínez Ferrándiz | |
Videos require rtmpdump | |||
2013-05-10 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-05-10 | Skip bandcamp tests for now - free limit has been exceeded | Philipp Hagemeister | |
2013-05-10 | Import FileDownloader in test_youtube_subtitles | Jaime Marquínez Ferrándiz | |
Fix last commit | |||
2013-05-10 | test_youtube_subtitles: FakeDownloader inherits form FileDownloader | Jaime Marquínez Ferrándiz | |
2013-05-05 | Add support to www.ina.fr | julien | |
2013-05-05 | PhotobucketIE: accept new format of urls and add a test | Jaime Marquínez Ferrándiz | |
2013-05-04 | Experimentally whitelist Escapist test | Philipp Hagemeister | |
2013-05-03 | Simplify RedTube | Philipp Hagemeister | |
2013-05-03 | Redtube test now works | M.Yasoob Ullah Khalid | |
I just did a little makeover by changing redtube tests. Now they are passed. | |||
2013-05-03 | added test for redtube.com | M.Yasoob Ullah Khalid | |
I just added the test for redtube.com | |||
2013-05-02 | InfoExtractors: use _download_webpage in more IEs | Jaime Marquínez Ferrándiz | |
IEs without tests are intact. | |||
2013-05-02 | TumblrIE: fix title matching | Jaime Marquínez Ferrándiz | |
2013-05-01 | Add BandcampIE (closes #568) | Jaime Marquínez Ferrándiz | |
2013-04-30 | Add test for SoundcloudSet | Jaime Marquínez Ferrándiz | |
2013-04-30 | Fix FakeDownloaders | Philipp Hagemeister | |
2013-04-30 | Remove a commented line I forgot. | Jaime Marquínez Ferrándiz | |
[ci skip] | |||
2013-04-28 | Adapt tests to changes in youtube's "Most Popular" channel | Philipp Hagemeister | |
2013-04-28 | Allow 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-27 | Fix some IEs that didn't return the uploade_date in the YYYYMMDD format | Jaime Marquínez Ferrándiz | |
Create a function unified_strdate in utils.py to fix these problems | |||
2013-04-27 | Allow to select videos to download by their upload dates (related #137) | Jaime Marquínez Ferrándiz | |
Only absolute dates. | |||
2013-04-27 | YoutubePlaylistIE: don't crash with empty lists (related #808) | Jaime Marquínez Ferrándiz | |
The playlist_title wasn't initialized. | |||
2013-04-22 | TumblrIE | Jaime Marquínez Ferrándiz | |
I haven't found many videos to test, so it may not work for all. | |||
2013-04-20 | Get the title of Youtube playlists | Jaime Marquínez Ferrándiz | |
2013-04-20 | Create a function in InfoExtractors that returns the InfoExtractor class ↵ | Jaime Marquínez Ferrándiz | |
with the given name | |||
2013-04-20 | The test video for subtitles has added a new language | Jaime Marquínez Ferrándiz | |
2013-04-19 | Add tests for YoutubeChannelIE | ispedals | |
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel | |||
2013-04-19 | Merge branch 'extract_info_rewrite' | Jaime Marquínez Ferrándiz | |
2013-04-11 | Show whole diff in error cases | Philipp Hagemeister | |
2013-04-11 | Skip ARD test as it requires rtmpdump | Philipp Hagemeister | |
2013-04-11 | Re-enable Stanford OC test | Philipp Hagemeister | |
2013-04-11 | Minor improvements for ARD IE | Philipp Hagemeister | |
2013-04-05 | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | |
2013-03-31 | retry on UnavailableVideoError | Filippo Valsorda | |