aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Collapse)Author
2013-08-08Separated subtitle options in their own groupIsmael Mejia
2013-08-07[dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten.
2013-07-18Hint that --update may need sudoPhilipp Hagemeister
2013-07-17Ignore errors in git error handling in verbose mode in Python 3Philipp Hagemeister
2013-07-17Write debugging output to stderr (#1059)Philipp Hagemeister
2013-07-02Squelch git not found exception (#973)Philipp Hagemeister
2013-07-02Improve formattingPhilipp Hagemeister
2013-07-01Shorten --list-extractor-descriptions to --extractor-descriptionsPhilipp Hagemeister
2013-07-01Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister
2013-07-01Sort IEs alphabetically in --list-extractorsPhilipp Hagemeister
2013-07-01Separate downloader optionsPhilipp Hagemeister
2013-06-27Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz
It adds to the list the ies returned by ge_extractors
2013-06-27Credit @gitprojs for auenginePhilipp Hagemeister
2013-06-26Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia
2013-06-25Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz
Now automatic subtitles are only downloaded if the option is given. (closes #903)
2013-06-25Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz
Used only for accessing a private video Restore the error when the account is missing
2013-06-25Credit mc2avr for JukeboxIE (#924)Philipp Hagemeister
2013-06-24clean up printing in __init__.pyFilippo Valsorda
2013-06-24Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video.
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-23Remove useless headersPhilipp Hagemeister
2013-06-23Merge remote-tracking branch 'origin/vimeo_passworded_videos'Philipp Hagemeister
2013-06-23Change metavar of "--sub-format" from LANG to FORMATJaime Marquínez Ferrándiz
2013-06-15VimeoIE: allow to download password protected videosJaime Marquínez Ferrándiz
2013-06-09Allow unsetting the proxy with the --proxy optionPhilipp Hagemeister
2013-05-13Deprecate --only-subPhilipp Hagemeister
2013-05-05added --get-id option to print video IDsjakeogh
2013-05-05Credit @JohnyMoSwag for WorldstarhiphopIE (#730)Jaime Marquínez Ferrándiz
2013-05-05Credit @julienfr112 for Ina IE (#823)Philipp Hagemeister
2013-05-04Add --no-check-certificate (#814)Philipp Hagemeister
2013-05-04Work around a Python bug on Windows with UTF-8 configuration (#820)Philipp Hagemeister
2013-05-03Credit @yasoob for IEPhilipp Hagemeister
2013-05-03Simplify RedTubePhilipp Hagemeister
2013-05-01add --write-thumbnail option to download thumbnail (Suggested by `)Philipp Hagemeister
2013-04-30Fix help for --proxyPhilipp Hagemeister
2013-04-30--proxy optionPhilipp Hagemeister
2013-04-28Default to --title (Fixes #499)Philipp Hagemeister
2013-04-28Automatically set HTTPS proxy if given (Fixes #805)Philipp Hagemeister
2013-04-27Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz
Only absolute dates.
2013-04-26Merge pull request #801 from expleo/add_referer_supportJaime Marquínez Ferrándiz
2013-04-24Adds support for passing a referer.Bjorn Heesakkers
2013-04-23Document order of preference for format selection (closes #798)Jaime Marquínez Ferrándiz
2013-04-22Correct indentationPhilipp Hagemeister
2013-04-22Do not read configuration files if explicit arguments are given by a host ↵Philipp Hagemeister
program (#792)
2013-04-22Merge pull request #792 from fp7/masterJaime Marquínez Ferrándiz
Parameters as arguments to main
2013-04-22Added parenthesis for explicityFinn Petersen
2013-04-22Add playlist and playlist_index to the help string for the output optionJaime Marquínez Ferrándiz
Also split the help string in different lines to make editing easier.
2013-04-16Arguments as parameter to function _real_main so it can be used programmaticallyFinn Petersen
2013-04-11Option to dump intermediate pagesPhilipp Hagemeister
2013-04-11Removed overly verbose options and arguments (Should be obvious from the ↵Philipp Hagemeister
previous lines)