summaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Expand)Author
2019-08-01Output batch filename when it could not be read (#21915)cantandwont
2019-05-11Fix W504 and disable W503 (closes #20863)Sergey M․
2019-03-21Check for valid --min-sleep-interval when --max-sleep-interval is specifiedJesse de Zwart
2019-03-11Start moving to ytdl-orgSergey M․
2018-05-02Improve geo bypass mechanismSergey M․
2018-02-27Revert "Respect --prefer-insecure while updating (closes #15497)"Sergey M․
2018-02-18Respect --prefer-insecure while updating (closes #15497)Sergey M․
2018-02-03Introduce --http-chunk-sizeSergey M․
2017-09-23[options] Accept lrc as a subtitle conversion target format (closes #14292)Yen Chi Hsuan
2017-04-24Introduce --keep-fragmentsSergey M․
2017-03-26Use expand_path where appropriate (closes #12556)Sergey M․
2017-03-16[postprocessor/ffmpeg] Add support for flacPhilipp Hagemeister
2017-03-11[__init__] Fix missing subtitles if --add-metadata is used (#12423)Yen Chi Hsuan
2017-03-06[__init__] Metadata should be added after conversionYen Chi Hsuan
2017-02-24Suppress help for all deprecated options and print warning when usedSergey M․
2017-02-19Rename bypass geo restriction optionsSergey M․
2017-02-19Add experimental geo restriction bypass mechanismSergey M․
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․