aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [cookies] Support other keyrings (#2032)Matt Broadway2021-12-271-5/+15
* Fix bug in 1cefca9e440f343281779e47720128e9614cf147pukkandan2021-12-231-2/+2
* Add option `--file-access-retries` (#2066)Emanuel Hoogeveen2021-12-231-0/+3
* [cleanup] Misc cleanuppukkandan2021-12-231-2/+4
* Add warning when using `-f best`pukkandan2021-12-211-0/+5
* [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-0/+1
* Use `parse_duration` for `--wait-for-video`pukkandan2021-12-061-5/+4
* Allow `--no-write-thumbnail` to override `--write-all-thumbnail`pukkandan2021-12-061-5/+4
* Release 2021.12.01pukkandan2021-12-011-0/+1
* Validate --get-bypass-countrypukkandan2021-11-301-1/+7
* [cleanup] Add deprecation warningspukkandan2021-11-291-2/+17
* [cleanup] Misc cleanuppukkandan2021-11-291-8/+6
* Option `--wait-for-video` to wait for scheduled streamspukkandan2021-11-291-0/+9
* Option `--break-per-input` to apply --break-on... to each input URLpukkandan2021-11-291-0/+1
* Fix logic error in report_unplayable_conflictshirt2021-11-271-1/+1
* [cleanup] Minor cleanuppukkandan2021-11-191-33/+23
* Add option `--embed-info-json` to embed info-json in mkvpukkandan2021-11-151-1/+9
* [cleanup] Minor improvements to error and debug messagespukkandan2021-11-101-4/+4
* [ffmpeg] Framework for feature detectionpukkandan2021-11-041-1/+2
* [ExtractAudio] Rescale --audio-quality correctlypukkandan2021-11-041-1/+3
* [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-311-0/+1
* [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-2/+2
* [cleanup] miscpukkandan2021-10-231-1/+1
* Re-implement deprecated option `--id`pukkandan2021-10-221-5/+9
* [ModifyChapters] Allow removing sections by timestamppukkandan2021-10-181-1/+9
* [cleanup] Misc cleanuppukkandan2021-10-091-4/+0
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-2/+6
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-0/+1
* [postprocessor] Add plugin supportpukkandan2021-09-301-1/+1
* Allow empty output template to skip a type of filepukkandan2021-09-301-0/+1
* Separate the options `--ignore-errors` and `--no-abort-on-error`pukkandan2021-09-241-1/+1
* Add option `--netrc-location`pukkandan2021-09-161-0/+1
* [cookies] Make browser names case insensitivepukkandan2021-09-121-1/+1
* Show a more useful error in older python versionspukkandan2021-09-021-1/+1
* Native SponsorBlock implementation and related improvements (#360)Nil Admirari2021-09-021-15/+69
* [lazy_extractor] Create instance only after pre-checking archivepukkandan2021-08-231-2/+2
* [options] Add `_set_from_options_callback`pukkandan2021-08-151-29/+1
* Misc fixes - See descpukkandan2021-08-101-4/+5
* Add option `--replace-in-metadata`pukkandan2021-08-101-11/+30
* Add option `--no-simulate` to not simulate even when `--print` or `--list...`...pukkandan2021-08-071-1/+1
* Add compat-option `no-keep-subs`pukkandan2021-08-061-3/+3
* Handle `BrokenPipeError`pukkandan2021-08-051-0/+5
* Fix `--compat-options filename` (#629)Stavros Ntentos2021-08-041-1/+1
* Add compat-option `no-clean-infojson`pukkandan2021-08-011-2/+3
* Add option `--cookies-from-browser` to load cookies from a browser (#488)Matt Broadway2021-07-221-0/+8
* Add option `--exec-before-download`pukkandan2021-07-191-0/+7
* [Funimation] Rewrite extractor (See desc) (#444)pukkandan2021-07-071-1/+1
* Add `--extractor-args` to pass extractor-specific argumentspukkandan2021-06-251-0/+1
* Add option `--throttled-rate` below which video data is re-extractedpukkandan2021-06-231-0/+6
* [EmbedThumbnail] Add compat-option `embed-thumbnail-atomicparsley`pukkandan2021-06-161-0/+1