Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-16 | release 2013.12.16.22013.12.16.2 | Philipp Hagemeister | |
2013-12-16 | Reorder info_dict documentation | Philipp Hagemeister | |
2013-12-16 | [blinkx] Add extractor (Fixes #1972) | Philipp Hagemeister | |
2013-12-16 | Simplify --playlist-start / --playlist-end interface | Philipp Hagemeister | |
2013-12-16 | [ndtv] Remove unused imports | Philipp Hagemeister | |
2013-12-16 | [mdr] Clean up | Philipp Hagemeister | |
2013-12-16 | release 2013.12.16.12013.12.16.1 | Philipp Hagemeister | |
2013-12-16 | [mdr] Simplify | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'mc2avr/master' | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'dstftw/channel9' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/__init__.py | |||
2013-12-16 | Credit @mjorlitzky for pornhd (#1961) | Philipp Hagemeister | |
2013-12-16 | [pornhd] Simplify | Philipp Hagemeister | |
2013-12-16 | Merge remote-tracking branch 'mjorlitzky/master' | Philipp Hagemeister | |
2013-12-16 | Set process title to youtube-dl | Philipp Hagemeister | |
This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs. | |||
2013-12-16 | release 2013.12.162013.12.16 | Philipp Hagemeister | |
2013-12-16 | Apply --no-overwrites for --write-* files as well (Fixes #1980) | Philipp Hagemeister | |
2013-12-16 | Add --get-duration (Fixes #859) | Philipp Hagemeister | |
2013-12-16 | Document duration field | Philipp Hagemeister | |
2013-12-16 | [youtube] Make duration an integer or None | Philipp Hagemeister | |
2013-12-16 | [cbs] Add extractor (Fixes #1977) | Philipp Hagemeister | |
2013-12-16 | [theplatform] Fix geographic restriction check | Philipp Hagemeister | |
2013-12-16 | [theplatform] Detect geoblocked content | Philipp Hagemeister | |
2013-12-16 | Add --min-views / --max-views (Fixes #1979) | Philipp Hagemeister | |
2013-12-15 | Fix detection of the extension if the 'extractaudio' is given and improve ↵ | Jaime Marquínez Ferrándiz | |
the error message (#1969) Using 'foo.mp4' shouldn't raise an error. If 'foo' is given suggest using 'foo.%(ext)s' for the template | |||
2013-12-14 | [daylimotion] Add support for urls from the mobile site (fixes #1953) | Jaime Marquínez Ferrándiz | |
It uses the 'touch' subdomain and adds a '#' before 'video' | |||
2013-12-13 | Add support for pornhd.com. | Michael Orlitzky | |
2013-12-13 | [ign] Update one of test video's title | Jaime Marquínez Ferrándiz | |
2013-12-13 | Merge pull request #1956 from dstftw/master | Philipp Hagemeister | |
Fix typo in month name | |||
2013-12-13 | Fix typo in month name | dst | |
2013-12-12 | [daum] Recognize mobile urls (#1952) | Jaime Marquínez Ferrándiz | |
2013-12-12 | [naver] Recognize mobile urls (fixes #1951) | Jaime Marquínez Ferrándiz | |
2013-12-12 | [channel9] Fix test description md5 | dst | |
2013-12-12 | [channel9] Missing import in __init__ | dst | |
2013-12-12 | [channel9] Cleanup | dst | |
2013-12-12 | [channel9] Initial implementation (#1885) | dst | |
2013-12-11 | Move FileDownloader to its own module and create a new class for each ↵ | Jaime Marquínez Ferrándiz | |
download process A suitable downloader can be found using the 'get_suitable_downloader' function. Each subclass implements 'real_download', for downloading an info dict you call the 'download' method, which first checks if the video has already been downloaded | |||
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-11 | release 2013.12.11.22013.12.11.2 | Philipp Hagemeister | |
2013-12-11 | [pornhub] Fix URL regexp | Philipp Hagemeister | |
2013-12-11 | release 2013.12.11.12013.12.11.1 | Philipp Hagemeister | |
2013-12-11 | Fix thumbnail filename determination (Fixes #1945) | Philipp Hagemeister | |
2013-12-11 | release 2013.12.112013.12.11 | Philipp Hagemeister | |
2013-12-10 | Use `_download_xml` in more extractors | Jaime Marquínez Ferrándiz | |
2013-12-10 | [vimeo] Fix unused argument of the `_real_extract` method | Jaime Marquínez Ferrándiz | |
2013-12-10 | [vimeo] Fix the extraction for some 'player' or 'pro' videos | Jaime Marquínez Ferrándiz | |
The variable the config dict is assigned to can change, now we try to detect it or fallback to a, b or c | |||
2013-12-10 | [dailymotion] Fix view count extraction and make it non fatal (fixes #1940) | Jaime Marquínez Ferrándiz | |
2013-12-10 | [dailymotion] Fix uploader extraction | Jaime Marquínez Ferrándiz | |
Now it looks directly in the info dictionary | |||
2013-12-10 | add MDRIE | mc2avr | |
2013-12-10 | [mixcloud] Try to get the m4a url if the mp3 url fails to download (fixes #1939) | Jaime Marquínez Ferrándiz | |
2013-12-10 | [soundcloud] Fix the extension for 'downloadable' songs | Jaime Marquínez Ferrándiz | |
In this case the 'original_format' field must be used. |