aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-16[core] Support `auto-tty` and `no_color-tty` for `--color` (#10453)Simon Sawicki1-1/+1
2024-07-02[core] Fix `--compat-opt allow-unsafe-ext` (#10336)bashonly1-1/+1
2024-07-02[core] Disallow unsafe extensions (CVE-2024-38519)Simon Sawicki1-0/+8
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-19/+20
2024-04-08Add new option `--progress-delta` (#9082)Simon Sawicki1-0/+1
2024-03-16Add new options `--impersonate` and `--list-impersonate-targets`coletdjnz1-0/+41
2024-03-11[docs] Misc Cleanup (#8977)pukkandan1-1/+1
2024-02-24[core] Warn user when not launching through shell on Windows (#9250)sepro1-2/+23
2023-11-29Let `read_stdin` obey `--quiet`pukkandan1-4/+6
2023-11-16Remove Python 3.7 support (#8361)bashonly1-6/+5
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz1-1/+1
2023-06-22Improve `--download-sections`pukkandan1-16/+39
2023-06-21Add option `--netrc-cmd` (#6682)Nicolai Dagestad1-2/+3
2023-05-24[core] Implement `--color` flag (#6904)Simon Sawicki1-1/+5
2023-05-20[update] Implement `--update-to` repoSimon Sawicki1-1/+1
2023-05-20[update] Better error handlingSimon Sawicki1-8/+13
2023-04-24Add option `--xff`pukkandan1-4/+9
2023-04-24Add `--no-quiet`pukkandan1-1/+2
2023-03-10Support loading info.json with a list at it's rootpukkandan1-0/+2
2023-03-04Add option `--break-match-filters`pukkandan1-1/+1
2023-03-03[update] Add option `--update-to`, including to nightly (#6220)Simon Sawicki1-1/+1
2023-02-17[ExtractAudio] Handle outtmpl without ext (#6005)Chris Caruso1-4/+0
2023-02-13Imply `--no-progress` when `--print`pukkandan1-1/+2
2023-01-02[cleanup] Miscpukkandan1-1/+1
2023-01-02Add `--enable-file-urls` (#5917)Matthew1-0/+1
2023-01-01Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276dpukkandan1-1/+1
2022-12-30Let `--parse/replace-in-metadata` run at any post-processing stagepukkandan1-6/+8
2022-12-06Fix `--cookies-from-browser` CLI parsingpukkandan1-1/+1
2022-12-03[cleanup] Miscpukkandan1-4/+3
2022-11-17[utils] Move format sorting code into `utils`pukkandan1-3/+3
2022-11-17[utils] Move `FileDownloader.parse_bytes` into utilspukkandan1-9/+9
2022-10-18[cleanup Miscpukkandan1-0/+2
2022-09-22[docs] Misc improvementspukkandan1-1/+1
2022-09-17Improve 5736d79172c47ff84740d5720467370a560febadpukkandan1-1/+3
2022-09-16Support environment variables in `--ffmpeg-location`pukkandan1-0/+1
2022-09-17Allow open ranges for time ranges (#4940)Lesmiscore1-5/+6
2022-09-01[cleanup] Miscpukkandan1-1/+1
2022-09-01[cookies] Improve container support (#4806)bashonly1-6/+8
2022-08-30[cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly1-1/+5
2022-08-30[utils] Add `deprecation_warning`pukkandan1-0/+2
2022-08-24Add option `--use-extractors`pukkandan1-0/+1
2022-08-04Determine merge container better (See desc) (#1482)Lauren N. Liberda1-1/+2
2022-08-02Minor bugfixespukkandan1-1/+5
2022-07-31Validate `--merge-output-format`pukkandan1-0/+2
2022-07-31[utils, cleanup] Consolidate known media extensionspukkandan1-1/+1
2022-07-31[ffmpeg] Set `ffmpeg_location` in a contextvarpukkandan1-0/+6
2022-07-18Remove Python 3.6 supportpukkandan1-1/+1
2022-07-11Discard info_dict from memory if no longer neededpukkandan1-0/+15
2022-07-09[cleanup] Misc cleanuppukkandan1-4/+8
2022-06-25[cleanup] Consistent style for file headspukkandan1-1/+0