Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-11-24 | [youtube] Add an extractor for downloading the watch history (closes #1821) | Jaime Marquínez Ferrándiz | |
2013-11-22 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-11-22 | Match --download-archive during playlist processing (Fixes #1745) | Philipp Hagemeister | |
2013-11-22 | [bambuser:channel] Update test | Jaime Marquínez Ferrándiz | |
2013-11-22 | Merge remote-tracking branch 'jaimeMF/yt-playlists' | Philipp Hagemeister | |
2013-11-22 | [bandcamp] add support for albums (reported in #1270) | Jaime Marquínez Ferrándiz | |
2013-11-21 | utils.shell_quote: Convert the args to unicode strings | Jaime Marquínez Ferrándiz | |
The youtube test video failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)`, the problem was with the filenames being encoded. | |||
2013-11-20 | Adapt age restriction tests to new .info.json filenames | Philipp Hagemeister | |
2013-11-20 | Adapt test to changed .info.json name | Philipp Hagemeister | |
2013-11-13 | Update test_write_info_json.py | Janez Troha | |
2013-11-13 | [youtube:playlist] Don't use the gdata api (closes #1508) | Jaime Marquínez Ferrándiz | |
Parse the playlist pages instead | |||
2013-11-10 | Merge all the subtitles test into a single file | Jaime Marquínez Ferrándiz | |
They reuse a base class | |||
2013-11-10 | [ted] Return a single info_dict for talks urls | Jaime Marquínez Ferrándiz | |
It failed with the --list-subs option | |||
2013-11-10 | Merge pull request #1705 from iemejia/master | Jaime Marquínez Ferrándiz | |
[ted] support for subtitles |