aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Expand)Author
2017-01-31New parameter --playlist-random to randomize playlist download order. Fixes #...Thomas Christlieb
2017-01-29[options] Refactor autonumber options and add validation (closes #727, closes...Sergey M․
2017-01-29added --autonumber-start NUMBER as a command line option to be able to offset...Costy Petrisor
2016-12-31Improve custom config support (closes #10648)Sergey M․
2016-12-31Add option --config-locationFabian Stahl
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
2016-11-16Add explanatory commentFooBarQuaxx
2016-11-16Strip only args urlsMAA
2016-10-03Unify coding cookieDéstin Reed
2016-10-02[__init__] Fix lost xattr if --embed-thumbnail usedYen Chi Hsuan
2016-10-01[downloader/http] Use write_xattr function for --xattr-set-filesizeYen Chi Hsuan
2016-09-14[adobepass] rename --ap-mso-list option to --ap-list-msoRemita Amine
2016-09-14[ap] improve adobe pass names and parse error handlingRemita Amine
2016-09-14[adobepass] remove unnecessary optionRemita Amine
2016-09-13[adobepass] add specific options for adobe pass authenticationRemita Amine
2016-09-12[adobepass] add an option to specify mso_id and support for ROGERS TV Provide...Remita Amine
2016-09-03Introduce --skip-unavailable-fragmentsSergey M․
2016-08-09Add more checks for --min/max-sleep-interval arguments and use more idiomatic...Sergey M․
2016-08-09Add --max-sleep-interval (Closes #9930)singh-pratyush96
2016-07-03Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan
2016-06-05[__init__] Use write_string instead of compat_string (Closes #9689)Sergey M․
2016-05-11[__init__] Simplify colon presence checkSergey M․
2016-05-11Bugfix: Allow colons in custom HTTP header values.teemuy
2016-05-08Expanduser for more options with input filesSergey M․
2016-05-07Expand user's home in batch file path.Kevin Deldycke
2016-03-19[options] Add --fragment-retries optionSergey M․
2016-03-01Add --mark-watched feature (Closes #5054)Sergey M․
2016-01-30Add --hls-use-mpegts optionJaime Marquínez Ferrándiz
2015-11-10Using internal openerDavid Ben Zakai
2015-11-10Adding proxy to update procedureDavid Ben Zakai
2015-09-05[__init__] Use compat_shlex_splitSergey M․
2015-07-11Handle postprocessor_args similarly to external_downloader_argsSergey M․
2015-07-11Revert xvid to avi and make docs to be similar to existing external downloade...Sergey M․
2015-07-11Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-masterSergey M․
2015-07-01Simplify `postprocessor_args` transmission to PP base classAurélio A. Heckert
2015-06-30Rename --pp-params to --postprocessor-args and access value as super class at...Aurélio A. Heckert
2015-06-16Use shlex.split for --pp-params and update related docs.Aurélio A. Heckert
2015-06-12Add `--force-generic-extractor`Sergey M․
2015-06-09Adds support for XviD output with extra parametrizationAurélio A. Heckert
2015-05-14[postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDLYen Chi Hsuan
2015-05-10ExecAfterDownloadPP, YoutubeDL: remove unused parametersJaime Marquínez Ferrándiz
2015-04-25Remove the --max-quality optionJaime Marquínez Ferrándiz
2015-04-24[embedthumbnail] Add support for mp3 cover embeddingpulpe
2015-04-04Do not encode outtmpl twice (Closes #5288)Sergey M․
2015-03-14Add metadata from title parserphiresky
2015-03-03[letv] Add --cn-verification-proxy (Closes #5077)Philipp Hagemeister
2015-03-02[downloader/external] Add support for custom options (Fixes #4885, closes #5098)Philipp Hagemeister
2015-02-28Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz
2015-02-23Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz
2015-02-21PEP8: W503Philipp Hagemeister