Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-26 | [tests] Raise an exception if test definition is invalid (Found in #2460) | Philipp Hagemeister | |
2014-02-25 | Skip youtube toptracks test | Jaime Marquínez Ferrándiz | |
All the playlists return 500 errors. | |||
2014-02-25 | Ignore BOM in batch files (Fixes #2450) | Philipp Hagemeister | |
2014-02-24 | [academicearth] Fix extraction | Jaime Marquínez Ferrándiz | |
The courses seems to be no longer available, changed the test to a playlist. | |||
2014-02-22 | [trutube] Support multiple formats (#2433) | Philipp Hagemeister | |
2014-02-20 | [generic] Add support for RSS feeds (Fixes #667) | Philipp Hagemeister | |
2014-02-17 | [youtube] Match more truncated URLs (Closes #2402) | Philipp Hagemeister | |
2014-02-17 | Improve parse_duration | Sergey M. | |
2014-02-15 | Fix f4m downloading on Python 2.6 | Philipp Hagemeister | |
2014-02-15 | Replace test for dailymotion users | Jaime Marquínez Ferrándiz | |
2014-02-09 | Fix #2355 (date parsing with dashes) | Philipp Hagemeister | |
2014-02-08 | [jadorecettepub] Add extractor (Fixes #2148) | Philipp Hagemeister | |
2014-02-08 | [pbs] Add support for viralplayer links (Fixes #2350) | Philipp Hagemeister | |
2014-02-06 | [youtube:playlist] Recognize ‘top tracks’ urls (closes #2332) | Jaime Marquínez Ferrándiz | |
The list parameter starts with ‘MC’ and can have more characters after it, including dots | |||
2014-02-06 | [test_download] Skip over BadStatusLine errors | Philipp Hagemeister | |
An error like https://travis-ci.org/rg3/youtube-dl/jobs/18317799#L449 is almost certainly the server's fault. | |||
2014-02-06 | [googlesearch] Fix start, and skip playlists (Fixes #2329) | Philipp Hagemeister | |
2014-02-04 | [test/youtube_signature] Add a test with the last player | Jaime Marquínez Ferrándiz | |
To verify it correctly handles function with “$” in their names. | |||
2014-02-04 | remove accidentally duplicated test file | Philipp Hagemeister | |
2014-02-04 | [pbs] Add support for article pages (Fixes #870) | Philipp Hagemeister | |
2014-02-03 | [generic] Add support for multiple brightcove URLs (Fixes #2283) | Philipp Hagemeister | |
2014-02-03 | [vimeo] Remove superfluous whitespace | Sergey M. | |
2014-02-03 | [vimeo] Add subtitle tests | Sergey M. | |
2014-02-03 | [blip.tv] Add support for subtitles (#2274) | Philipp Hagemeister | |
2014-01-28 | [tumblr] Test new URL format (#2255) | Philipp Hagemeister | |
2014-01-28 | Merge remote-tracking branch 'dstftw/rutube-channel' | Philipp Hagemeister | |
2014-01-28 | [imdb] Fix playlist test | dst | |
2014-01-28 | [rutube] Add channel test | dst | |
2014-01-25 | [test/youtube_lists] Change the list used for testing the Top Lists extractor | Jaime Marquínez Ferrándiz | |
The ‘Top tracks’ list is not always present in the channel page | |||
2014-01-22 | Merge branch 'paged-lists' | Philipp Hagemeister | |
Conflicts: test/test_utils.py youtube_dl/extractor/youtube.py | |||
2014-01-22 | Use unicode_literals in test_YoutubeDL | Philipp Hagemeister | |
2014-01-22 | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | |
2014-01-20 | Correct XML ampersand fixup | Philipp Hagemeister | |
2014-01-20 | Add infrastructure for paged lists | Philipp Hagemeister | |
This commit allows to download pages in playlists as needed instead of all at once. Before this commit, youtube-dl http://www.youtube.com/user/ANNnewsCH/videos --playlist-end 2 --skip-download took quite some time - now it's almost instantaneous. As an example, the youtube:user extractor has been converted. Fixes #2175 | |||
2014-01-17 | [ted] Updated checksums | Philipp Hagemeister | |
2014-01-17 | Remove youtube swf signature test | Philipp Hagemeister | |
Apparently, swf players are no longer in use. If we find one, we'll readd it. | |||
2014-01-17 | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister | |
2014-01-07 | +unicode_literals | Philipp Hagemeister | |
2014-01-07 | [khanacademy] Add support (Fixes #2066) | Philipp Hagemeister | |
2014-01-07 | [vimeo] Fix playlist URL matching | Philipp Hagemeister | |
2014-01-05 | [setup.py] Do not use unicode literals | Philipp Hagemeister | |
See http://bugs.python.org/issue13943 for context | |||
2014-01-05 | fix typo | Philipp Hagemeister | |
2014-01-05 | Prepare widespread unicode literal use | Philipp Hagemeister | |
2014-01-01 | Merge pull request #2041 from dstftw/imdb-list | Jaime Marquínez Ferrándiz | |
[imdb] Add support for IMDb list (#2033) | |||
2013-12-26 | [cnn] Add multiple formats, duration, and upload_date | Philipp Hagemeister | |
2013-12-25 | [imdb] Add playlist test | dst | |
2013-12-24 | Add more tests for format selection | Philipp Hagemeister | |
2013-12-23 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-12-23 | [YoutubeDL] fix tests (Closes #2036) | Philipp Hagemeister | |
2013-12-23 | [subtitles-tests] Fix youtube test | Jaime Marquínez Ferrándiz | |
It returns now a single info_dict | |||
2013-12-23 | YoutubeDL: rename `_fd_progress_hooks` back to `_progress_hooks` | Jaime Marquínez Ferrándiz | |
In the future it may report more things. |