about summary refs log tree commit diff
path: root/youtube_dl/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-051-5/+3
* Introduce --output-na-placeholder (closes #27896)Sergey M․2021-01-221-0/+1
* Output batch filename when it could not be read (#21915)cantandwont2019-08-011-1/+1
* Fix W504 and disable W503 (closes #20863)Sergey M․2019-05-111-8/+8
* Check for valid --min-sleep-interval when --max-sleep-interval is specifiedJesse de Zwart2019-03-211-0/+2
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
* Improve geo bypass mechanismSergey M․2018-05-021-0/+1
* Revert "Respect --prefer-insecure while updating (closes #15497)"Sergey M․2018-02-271-1/+1
* Respect --prefer-insecure while updating (closes #15497)Sergey M․2018-02-181-1/+1
* Introduce --http-chunk-sizeSergey M․2018-02-031-0/+6
* [options] Accept lrc as a subtitle conversion target format (closes #14292)Yen Chi Hsuan2017-09-231-1/+1
* Introduce --keep-fragmentsSergey M․2017-04-241-0/+1
* Use expand_path where appropriate (closes #12556)Sergey M․2017-03-261-4/+4
* [postprocessor/ffmpeg] Add support for flacPhilipp Hagemeister2017-03-161-1/+1
* [__init__] Fix missing subtitles if --add-metadata is used (#12423)Yen Chi Hsuan2017-03-111-5/+10
* [__init__] Metadata should be added after conversionYen Chi Hsuan2017-03-061-3/+5
* Suppress help for all deprecated options and print warning when usedSergey M․2017-02-241-0/+3
* Rename bypass geo restriction optionsSergey M․2017-02-191-2/+2
* Add experimental geo restriction bypass mechanismSergey M․2017-02-191-0/+2
* New parameter --playlist-random to randomize playlist download order. Fixes #...Thomas Christlieb2017-01-311-0/+1
* [options] Refactor autonumber options and add validation (closes #727, closes...Sergey M․2017-01-291-0/+6
* added --autonumber-start NUMBER as a command line option to be able to offset...Costy Petrisor2017-01-291-0/+1
* Improve custom config support (closes #10648)Sergey M․2016-12-311-2/+1
* Add option --config-locationFabian Stahl2016-12-311-0/+1
* Update coding style after pycodestyle 2.1.0Yen Chi Hsuan2016-11-171-0/+1
* Add explanatory commentFooBarQuaxx2016-11-161-1/+1
* Strip only args urlsMAA2016-11-161-2/+1
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [__init__] Fix lost xattr if --embed-thumbnail usedYen Chi Hsuan2016-10-021-2/+4
* [downloader/http] Use write_xattr function for --xattr-set-filesizeYen Chi Hsuan2016-10-011-6/+0
* [adobepass] rename --ap-mso-list option to --ap-list-msoRemita Amine2016-09-141-2/+2
* [ap] improve adobe pass names and parse error handlingRemita Amine2016-09-141-3/+5
* [adobepass] remove unnecessary optionRemita Amine2016-09-141-3/+0
* [adobepass] add specific options for adobe pass authenticationRemita Amine2016-09-131-0/+15
* [adobepass] add an option to specify mso_id and support for ROGERS TV Provide...Remita Amine2016-09-121-0/+1
* Introduce --skip-unavailable-fragmentsSergey M․2016-09-031-0/+1
* Add more checks for --min/max-sleep-interval arguments and use more idiomatic...Sergey M․2016-08-091-4/+8
* Add --max-sleep-interval (Closes #9930)singh-pratyush962016-08-091-0/+7
* Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan2016-07-031-0/+2
* [__init__] Use write_string instead of compat_string (Closes #9689)Sergey M․2016-06-051-5/+4
* [__init__] Simplify colon presence checkSergey M․2016-05-111-1/+1
* Bugfix: Allow colons in custom HTTP header values.teemuy2016-05-111-1/+1
* Expanduser for more options with input filesSergey M․2016-05-081-1/+1
* Expand user's home in batch file path.Kevin Deldycke2016-05-071-1/+3
* [options] Add --fragment-retries optionSergey M․2016-03-191-5/+12
* Add --mark-watched feature (Closes #5054)Sergey M․2016-03-011-0/+1
* Add --hls-use-mpegts optionJaime Marquínez Ferrándiz2016-01-301-0/+1
* Using internal openerDavid Ben Zakai2015-11-101-1/+1
* Adding proxy to update procedureDavid Ben Zakai2015-11-101-1/+1
* [__init__] Use compat_shlex_splitSergey M․2015-09-051-3/+3