Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [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. | |||
2013-12-10 | [mtv] Fixup incorrectly encoded XML documents | Philipp Hagemeister | |
2013-12-10 | release 2013.12.102013.12.10 | Philipp Hagemeister | |
2013-12-10 | [zdf] Correct order of unknown formats (#1936) | Philipp Hagemeister | |
2013-12-10 | [soundcloud] Do not mistake original_format for ext (Fixes #1934) | Philipp Hagemeister | |
2013-12-10 | [YoutubeDL] Simplify filename preparation | Philipp Hagemeister | |
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 | release 2013.12.09.42013.12.09.4 | Philipp Hagemeister | |
2013-12-09 | Remove superfluous spaces | Philipp Hagemeister | |
2013-12-09 | [brightcove] Use the original url (usually the player) as the default ↵ | Jaime Marquínez Ferrándiz | |
referer (fixes #1929) | |||
2013-12-09 | [soundcloud] Do not match sets (Fixes #1930) | Philipp Hagemeister | |
2013-12-09 | [ndtv] Add extractor (Fixes #1924) | Philipp Hagemeister | |
2013-12-09 | release 2013.12.09.32013.12.09.3 | Philipp Hagemeister | |
2013-12-09 | [rtlnow] Allow double slashes after domain name (Fixes #1928) | Philipp Hagemeister | |
2013-12-09 | release 2013.12.09.22013.12.09.2 | Philipp Hagemeister | |
2013-12-09 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-12-09 | Improve --bidi-workaround support | Philipp Hagemeister | |
2013-12-09 | [soundcloud] add support for private links (fixes #1927) | Jaime Marquínez Ferrándiz | |
2013-12-09 | [--load-info] Always read file as UTF-8 | Philipp Hagemeister | |
This allows editing the file (and not escaping non-ASCII characters) and reloading it in. | |||
2013-12-09 | Merge remote-tracking branch 'jaimeMF/load-info' | Philipp Hagemeister | |
2013-12-09 | Remove unused imports | Philipp Hagemeister | |
2013-12-09 | Merge remote-tracking branch 'jaimeMF/yt-toplists' | Philipp Hagemeister | |
2013-12-09 | Merge remote-tracking branch 'dstftw/smotri.com-broadcast' | Philipp Hagemeister | |
Conflicts: youtube_dl/FileDownloader.py youtube_dl/extractor/smotri.py | |||
2013-12-09 | Add filename to --dump-json output (Fixes #1908) | Philipp Hagemeister | |
2013-12-09 | release 2013.12.09.12013.12.09.1 | Philipp Hagemeister | |
2013-12-09 | Add a workaround for terminals without bidi support (Fixes #1912) | Philipp Hagemeister | |
2013-12-09 | release 2013.12.092013.12.09 | Philipp Hagemeister | |
2013-12-09 | Restore Python 2.6.<6 compatibility (Fixes #1860) | Philipp Hagemeister | |
2013-12-09 | Add fatal=False parameter to _download_* functions. | Philipp Hagemeister | |
This allows us to simplify the calls in the youtube extractor even further. | |||
2013-12-08 | Remove the calls to 'compat_urllib_request.urlopen' in a few extractors | Jaime Marquínez Ferrándiz | |
2013-12-08 | [arte.tv:ddc] Add fields to the test and skip download (rtmp) | Jaime Marquínez Ferrándiz | |
2013-12-08 | made ddc.arte.tv test working | Camillo Dell'mour | |
2013-12-08 | added arte.tv extractor support for subdomain ddc - Mit offenen ↵ | Camillo Dell'mour | |
Karten(german) Le Dessous des Cartes(france) | |||
2013-12-08 | release 2013.12.08.12013.12.08.1 | Philipp Hagemeister | |
2013-12-08 | [youtube:channel] Fix automated channel detection | Philipp Hagemeister | |
2013-12-08 | [wimp] simplify | Philipp Hagemeister | |
2013-12-08 | release 2013.12.082013.12.08 | Philipp Hagemeister | |