Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-12-23 | Merge remote-tracking branch 'jaimeMF/split-downloaders' | Philipp Hagemeister | |
2013-12-19 | [ivi] Neat import | dst | |
2013-12-19 | [ivi] Add playlist tests | dst | |
2013-12-17 | [utils] Fix url_basename | Philipp Hagemeister | |
2013-12-17 | Add webpage_url_basename info_dict field (Fixes #1938) | Philipp Hagemeister | |
2013-12-16 | [playlist-test] require a string | Philipp Hagemeister | |
2013-12-16 | [academicearth] Add support for courses (#1976) | Philipp Hagemeister | |
2013-12-16 | [facebook] Recognize #! URLs (Fixes #1988) | Philipp Hagemeister | |
2013-12-11 | Now a new FileDownloader is created when downloading a video | Jaime Marquínez Ferrándiz | |
The progress hooks can be added using the method "add_downloader_progress_hook" | |||
2013-12-09 | Set 'NA' as the default value for missing fields in the output template ↵ | Jaime Marquínez Ferrándiz | |
(fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore | |||
2013-12-09 | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | |
2013-12-09 | Lower number of expected entries in top list | Philipp Hagemeister | |
2013-12-09 | Merge remote-tracking branch 'jaimeMF/yt-toplists' | Philipp Hagemeister | |
2013-12-06 | [vimeo] Add an extractor for groups | Jaime Marquínez Ferrándiz | |
2013-12-06 | [vimeo] Add an extractor for albums (closes #1911) | Jaime Marquínez Ferrándiz | |
2013-12-06 | [dailymotion] Extract view count (#1895) | Jaime Marquínez Ferrándiz | |
2013-12-04 | Update description value for the write_info_json test (required after ↵ | Jaime Marquínez Ferrándiz | |
27dcce19045670fc348ff1119c0d2283aaed3ae2) | |||
2013-12-02 | Merge branch 'smotri.com' of https://github.com/dstftw/youtube-dl | Philipp Hagemeister | |
2013-12-02 | Added extractors for smotri.com | dst | |
2013-12-02 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-12-01 | [vimeo] Add an extractor for users (closes #1871) | Jaime Marquínez Ferrándiz | |
2013-12-01 | Make socket timeout configurable, and bump default to 10 minutes (#1862) | Philipp Hagemeister | |
2013-11-30 | [youtube] Add support for downloading top lists (fixes #1868) | Jaime Marquínez Ferrándiz | |
It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie. | |||
2013-11-28 | [youtube/subtitles] Change MD5 of vtt subtitle in test | Philipp Hagemeister | |
2013-11-26 | [youtube:playlist] Add support for YouTube mixes (fixes #1839) | Jaime Marquínez Ferrándiz | |
2013-11-25 | [tests] Remove global_setup function | Philipp Hagemeister | |
2013-11-24 | Update the keywords tests for the rename of the old ComedyCentralIE | Jaime Marquínez Ferrándiz | |