Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-09 | Add filename to --dump-json output (Fixes #1908) | Philipp Hagemeister | |
2013-12-09 | Add a workaround for terminals without bidi support (Fixes #1912) | Philipp Hagemeister | |
2013-12-06 | [wistia] Add extractor | Philipp Hagemeister | |
2013-12-05 | [9gag] Add extractor | Philipp Hagemeister | |
2013-12-02 | Add --socket-timeout option | Philipp Hagemeister | |
2013-12-01 | Make socket timeout configurable, and bump default to 10 minutes (#1862) | Philipp Hagemeister | |
2013-11-29 | Do not mutate default arguments | Philipp Hagemeister | |
In this case, it looks rather harmless (since the conditions for --restrict-filenames should not change while a process is running), but just to be sure. This also simplifies the interface for callers, who can just pass in the idiomatic None for "I don't care, whatever is the default". | |||
2013-11-26 | YoutubeDL: set the 'params' property before any message/warning/error is ↵ | Jaime Marquínez Ferrándiz | |
sent (fixes #1840) If it sets the 'restrictfilenames' param, it will first report a warning. It will try to get the logger from the 'params' property, which would be set at that moment to None, raising the error 'AttributeError: 'NoneType' object has no attribute 'get'' | |||
2013-11-25 | Use the 'extractor_key' field for the download archive file | Jaime Marquínez Ferrándiz | |
It has the same value as the ie_key. | |||
2013-11-25 | Fix typo in the documentation of the 'download_archive' param | Jaime Marquínez Ferrándiz | |
2013-11-25 | [soundcloud] Support for listing of audio-only files | Philipp Hagemeister | |
2013-11-25 | Merge pull request #1829 from jaimeMF/ydl-empty-params | Philipp Hagemeister | |
Allow to initialize a YoutubeDL object without parameters | |||
2013-11-25 | Do not warn about fixed output template if --max-downloads is 1 | Philipp Hagemeister | |
Fixes #1828 | |||
2013-11-25 | Allow to initialize a YoutubeDL object without parameters | Jaime Marquínez Ferrándiz | |
Having to pass the 'outtmpl' parameter feels really strange when you just want to extract the info of a video. | |||
2013-11-25 | Reduce socket timeout | Philipp Hagemeister | |
2013-11-25 | Fix --download-archive (Fixes #1826) | Philipp Hagemeister | |
2013-11-25 | Merge branch 'opener-to-ydl' | Philipp Hagemeister | |
2013-11-25 | Remove quality_name field and improve zdf extractor | Philipp Hagemeister | |
2013-11-25 | [zdf/common] Use API in ZDF extractor. | Philipp Hagemeister | |
This also comes with a lot of extra format fields Fixes #1518 | |||
2013-11-24 | Merge branch 'master' into opener-to-ydl | Philipp Hagemeister | |
2013-11-24 | Document proxy | Philipp Hagemeister | |
2013-11-24 | Simplify logger code(#1811) | Philipp Hagemeister | |
2013-11-23 | Log to an external logger (fixes #1810) | Itay Brandes | |
Sadly applications using youtube-dl's python sources can't directly access it's log stream. It's pretty much limited to stdout and stderr only. It should log to logging.Logger instance passed to YoutubeDL's params dictionary. | |||
2013-11-22 | Match --download-archive during playlist processing (Fixes #1745) | Philipp Hagemeister | |
2013-11-22 | Print full title in --get-title output (#1806) | Philipp Hagemeister | |
2013-11-22 | Move the opener to the YoutubeDL object. | Philipp Hagemeister | |
This is the first step towards being able to just import youtube_dl and start using it. Apart from removing global state, this would fix problems like #1805. | |||
2013-11-20 | Merge remote-tracking branch 'dz0ny/patch-1' | Philipp Hagemeister | |
2013-11-20 | import json for --dump-json | Philipp Hagemeister | |
2013-11-20 | Add an option to dump json information | Mohamedh Fazal | |
2013-11-18 | Correctly write and restore the console title on the stack (fixes #1782) | Jaime Marquínez Ferrándiz | |
2013-11-17 | Allow --console-title when --quiet is given (Fixes #1783) | Philipp Hagemeister | |
2013-11-17 | Save and restore console title (Fixes #1782) | Philipp Hagemeister | |
2013-11-17 | Remove * imports | Philipp Hagemeister | |
2013-11-17 | Move console_title to YoutubeDL | Philipp Hagemeister | |
2013-11-16 | Fix indentation of (best) and (worst) in --list-formats | Philipp Hagemeister | |
2013-11-16 | [spiegel] Implement format selection | Philipp Hagemeister | |
2013-11-16 | Add automatic generation of format note based on bitrate and codecs | Philipp Hagemeister | |
2013-11-15 | Pass the 'download' argument to 'process_video_result' (fixes #1769) | Jaime Marquínez Ferrándiz | |
2013-11-13 | Fix filename extension leaking to json filename | Janez Troha | |
Makes writeinfojson behaving exactly as writethumbnail in case where filename contains mediafile extension. Case: video.mp4 converted to music.mp3 would yield music.mp4.info.json instead music.mp3.info.json or music.info.json | |||
2013-11-13 | Don't assume the 'subtitlesformat' is set in the params dict (fixes #1750) | Jaime Marquínez Ferrándiz | |
2013-11-09 | Improve format listing for long format ids | Jaime Marquínez Ferrándiz | |
Now arte.tv videos have quite long ids. | |||
2013-11-03 | Set the 'extractor_key' field in the info_dict | Jaime Marquínez Ferrándiz | |
It's the string returned by the class method 'ie_key', which allows to retrieve the extractor with 'get_info_extractor' | |||
2013-11-03 | Add the 'webpage_url' field to info_dict | Jaime Marquínez Ferrándiz | |
The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing. | |||
2013-11-03 | Set the extra_info inside YoutubeDL.process_ie_result and set only if the ↵ | Jaime Marquínez Ferrándiz | |
keys are missing | |||
2013-10-30 | Use index in formt string (Fixes vevo test on Python 2.6) | Philipp Hagemeister | |
2013-10-30 | Fix output indenting for --list-formats | Philipp Hagemeister | |
2013-10-29 | Nicer --list-formats output | Philipp Hagemeister | |
2013-10-28 | tests: build the filename from the info_dict if the 'file' key is missing | Jaime Marquínez Ferrándiz | |
It will need to have the 'id' and 'ext' keys to work. | |||
2013-10-28 | Check if description and thumbnail are None to prevent crash | rzhxeo | |
2013-10-28 | Make "requested format not available" expected (#1655) | Philipp Hagemeister | |