aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Expand)Author
2014-01-21[servingsys] Add supportPhilipp Hagemeister
2014-01-17Credit @sahutd for franceinter (#2152)Philipp Hagemeister
2014-01-13Fix --list-formats description (Closes #2142)Philipp Hagemeister
2014-01-12Allow ~ in --download-archive (Fixes #2137)Philipp Hagemeister
2014-01-12Tidy help textdst
2014-01-08Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115)Jaime Marquínez Ferrándiz
2014-01-07Clarify --date* documentation (Fixes #2093)Philipp Hagemeister
2014-01-07Move postprocessor into its own packagePhilipp Hagemeister
2014-01-07Merge remote-tracking branch 'epitron/metadata-pp'Philipp Hagemeister
2014-01-05Fix list comprehension for decoding the URLs (fixes #2100)Jaime Marquínez Ferrándiz
2014-01-05Make sure URLs are always character strings (Fixes #2051)Philipp Hagemeister
2014-01-05Document --socket-timeoutPhilipp Hagemeister
2014-01-03Reveal a little bit more detail about what we cache (#858)Philipp Hagemeister
2014-01-02Clarify --cache-dir (#858)Philipp Hagemeister
2014-01-02Added '--xattrs' option which writes metadata to the file's extended attribut...epitron
2013-12-29Add new --print-traffic optionPhilipp Hagemeister
2013-12-26Print out encoding information in -v (#2046)Philipp Hagemeister
2013-12-23Use bidiv instead of fribidi if available (Fixes #1912)Philipp Hagemeister
2013-12-22Remove unused importPhilipp Hagemeister
2013-12-22Show all matching URLsPhilipp Hagemeister
2013-12-16Simplify --playlist-start / --playlist-end interfacePhilipp Hagemeister
2013-12-16Credit @mjorlitzky for pornhd (#1961)Philipp Hagemeister
2013-12-16Set process title to youtube-dlPhilipp Hagemeister
2013-12-16Add --get-duration (Fixes #859)Philipp Hagemeister
2013-12-16Add --min-views / --max-views (Fixes #1979)Philipp Hagemeister
2013-12-15Fix detection of the extension if the 'extractaudio' is given and improve the...Jaime Marquínez Ferrándiz
2013-12-09Improve --bidi-workaround supportPhilipp Hagemeister
2013-12-09Merge remote-tracking branch 'jaimeMF/load-info'Philipp Hagemeister
2013-12-09Add a workaround for terminals without bidi support (Fixes #1912)Philipp Hagemeister
2013-12-03Add --load-info option (#972)Jaime Marquínez Ferrándiz
2013-12-03Document disabling proxy (#1882)Philipp Hagemeister
2013-12-03[configuration] Undo code breakagePhilipp Hagemeister
2013-12-03Correct configuration file locationsPhilipp Hagemeister
2013-12-03Add Windows configuration file locations (#1881)Philipp Hagemeister
2013-12-03Clarify --download-archive help (#1757)Philipp Hagemeister
2013-12-02Credit @dstftw for smotri IEPhilipp Hagemeister
2013-12-02Add --socket-timeout optionPhilipp Hagemeister
2013-11-30Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister
2013-11-30Clarify help of --write-pages (#1853)Philipp Hagemeister
2013-11-29Clarify --download-archive helpPhilipp Hagemeister
2013-11-29fix typo in helpNicolas Kaiser
2013-11-26Include the proxy in the parameters for YoutubeDL (fixes #1831)Jaime Marquínez Ferrándiz
2013-11-25Do not warn about fixed output template if --max-downloads is 1Philipp Hagemeister
2013-11-24Merge branch 'master' into opener-to-ydlPhilipp Hagemeister
2013-11-24Credit @takuya0301 for niconicoPhilipp Hagemeister
2013-11-22Move the opener to the YoutubeDL object.Philipp Hagemeister
2013-11-20Credit @diffycat for anitubePhilipp Hagemeister
2013-11-20import json for --dump-jsonPhilipp Hagemeister
2013-11-20Add an option to dump json informationMohamedh Fazal
2013-11-17Save and restore console title (Fixes #1782)Philipp Hagemeister