aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Expand)Author
2013-09-24Remove debugging codePhilipp Hagemeister
2013-09-24Add option --no-cache-dirPhilipp Hagemeister
2013-09-24Allow opts.cachedir == None to disable cachePhilipp Hagemeister
2013-09-22[youtube] Actually pass in cachedir optionPhilipp Hagemeister
2013-09-22[youtube] Improve cache and add an option to print the extracted signaturesPhilipp Hagemeister
2013-09-21Abort if extractaudio is given without a variable extension (#1470)Philipp Hagemeister
2013-09-18Credit @Ruirize for newgroundsPhilipp Hagemeister
2013-09-18Clarify -i help (#1453)Philipp Hagemeister
2013-09-16Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister
2013-09-14Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz
2013-09-11Credit @iemejiaJaime Marquínez Ferrándiz
2013-09-06Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-06[subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia
2013-09-04Credit @Huarong for tv.sohu.comJaime Marquínez Ferrándiz
2013-08-30add support for "-f mp4" for YouTubeAllan Zhou
2013-08-28Hide the password and username in verbose mode (closes #1089)Jaime Marquínez Ferrándiz
2013-08-28Fix platform name in Python 2 with --verbose (Closes #1228)Philipp Hagemeister
2013-08-28Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-27Delete default user agent (Fixes #1309)Philipp Hagemeister
2013-08-23Allow to specify multiple subtitles languages separated by commas (closes #518)Jaime Marquínez Ferrándiz
2013-08-23Add a post processor for embedding subtitles in mp4 videos (closes #1052)Jaime Marquínez Ferrándiz
2013-08-22Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-22[subtitles] separated subtitle options in their own groupIsmael Mejia
2013-08-22Credit Pierre Rudloff for JeuxVideoIE and UnistraIEJaime Marquínez Ferrándiz
2013-08-08[subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia
2013-08-08Separated subtitle options in their own groupIsmael Mejia
2013-08-07[dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia
2013-07-30Print urls from the batch file with --verbose (related #1155)Jaime Marquínez Ferrándiz
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
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
2013-06-25Add "--video-password" option (related #889)Jaime Marquínez Ferrándiz
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
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