Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-03 | Reveal a little bit more detail about what we cache (#858) | Philipp Hagemeister | |
2014-01-02 | Clarify --cache-dir (#858) | Philipp Hagemeister | |
2013-12-29 | Add new --print-traffic option | Philipp Hagemeister | |
2013-12-26 | Print out encoding information in -v (#2046) | Philipp Hagemeister | |
2013-12-23 | Use bidiv instead of fribidi if available (Fixes #1912) | Philipp Hagemeister | |
2013-12-22 | Remove unused import | Philipp Hagemeister | |
2013-12-22 | Show all matching URLs | Philipp Hagemeister | |
2013-12-16 | Simplify --playlist-start / --playlist-end interface | Philipp Hagemeister | |
2013-12-16 | Credit @mjorlitzky for pornhd (#1961) | 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 | Add --get-duration (Fixes #859) | 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-09 | Improve --bidi-workaround support | Philipp Hagemeister | |
2013-12-09 | Merge remote-tracking branch 'jaimeMF/load-info' | Philipp Hagemeister | |
2013-12-09 | Add a workaround for terminals without bidi support (Fixes #1912) | Philipp Hagemeister | |
2013-12-03 | Add --load-info option (#972) | Jaime Marquínez Ferrándiz | |
It just calls the 'YoutubeDL.process_ie_result' with the dictionary from the json file | |||
2013-12-03 | Document disabling proxy (#1882) | Philipp Hagemeister | |
2013-12-03 | [configuration] Undo code breakage | Philipp Hagemeister | |
2013-12-03 | Correct configuration file locations | Philipp Hagemeister | |
2013-12-03 | Add Windows configuration file locations (#1881) | Philipp Hagemeister | |
2013-12-03 | Clarify --download-archive help (#1757) | Philipp Hagemeister | |
2013-12-02 | Credit @dstftw for smotri IE | Philipp Hagemeister | |
2013-12-02 | Add --socket-timeout option | Philipp Hagemeister | |
2013-11-30 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-11-30 | Clarify help of --write-pages (#1853) | Philipp Hagemeister | |
2013-11-29 | Clarify --download-archive help | Philipp Hagemeister | |
2013-11-29 | fix typo in help | Nicolas Kaiser | |
2013-11-26 | Include the proxy in the parameters for YoutubeDL (fixes #1831) | Jaime Marquínez Ferrándiz | |
2013-11-25 | Do not warn about fixed output template if --max-downloads is 1 | Philipp Hagemeister | |
Fixes #1828 | |||
2013-11-24 | Merge branch 'master' into opener-to-ydl | Philipp Hagemeister | |
2013-11-24 | Credit @takuya0301 for niconico | 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 | Credit @diffycat for anitube | 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-17 | Save and restore console title (Fixes #1782) | Philipp Hagemeister | |
2013-11-13 | Credit @saper for tvp IE (#1730) | Philipp Hagemeister | |
2013-11-13 | Credit @jelly for gamekings extractor (#1759) | Philipp Hagemeister | |
2013-11-11 | Clarify -c. Do not pass it in if you don't know what you're doing | Philipp Hagemeister | |
Suggested in #1743 | |||
2013-11-09 | Fix the documentation of '--autonumber-size' (#1743) | Jaime Marquínez Ferrándiz | |
it's '--auto-number' not '--autonumber' | |||
2013-10-28 | New debug option --write-pages | Philipp Hagemeister | |
2013-10-25 | Document the %(format_id)s field for the output template | Jaime Marquínez Ferrándiz | |
2013-10-23 | Hide the video password on verbose mode | Jaime Marquínez Ferrándiz | |
2013-10-18 | Add new option --abort-on-error | Philipp Hagemeister | |
2013-10-18 | Document %(format)s (#1612) | Philipp Hagemeister | |
2013-10-18 | Add metavar to --cache-dir | Philipp Hagemeister | |
2013-10-18 | Merge remote-tracking branch 'jaimeMF/format_selection' | Philipp Hagemeister | |
2013-10-15 | Use upper-case for prefixes in help to signify bytes (#1043) | Philipp Hagemeister | |
2013-10-15 | Merge remote-tracking branch 'alphapapa/master' | Philipp Hagemeister | |