aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
* Improve `--download-sections`pukkandan2023-06-221-16/+39
* Add option `--netrc-cmd` (#6682)Nicolai Dagestad2023-06-211-2/+3
* [core] Implement `--color` flag (#6904)Simon Sawicki2023-05-241-1/+5
* [update] Implement `--update-to` repoSimon Sawicki2023-05-201-1/+1
* [update] Better error handlingSimon Sawicki2023-05-201-8/+13
* Add option `--xff`pukkandan2023-04-241-4/+9
* Add `--no-quiet`pukkandan2023-04-241-1/+2
* Support loading info.json with a list at it's rootpukkandan2023-03-101-0/+2
* Add option `--break-match-filters`pukkandan2023-03-041-1/+1
* [update] Add option `--update-to`, including to nightly (#6220)Simon Sawicki2023-03-031-1/+1
* [ExtractAudio] Handle outtmpl without ext (#6005)Chris Caruso2023-02-171-4/+0
* Imply `--no-progress` when `--print`pukkandan2023-02-131-1/+2
* [cleanup] Miscpukkandan2023-01-021-1/+1
* Add `--enable-file-urls` (#5917)Matthew2023-01-021-0/+1
* Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276dpukkandan2023-01-011-1/+1
* Let `--parse/replace-in-metadata` run at any post-processing stagepukkandan2022-12-301-6/+8
* Fix `--cookies-from-browser` CLI parsingpukkandan2022-12-061-1/+1
* [cleanup] Miscpukkandan2022-12-031-4/+3
* [utils] Move format sorting code into `utils`pukkandan2022-11-171-3/+3
* [utils] Move `FileDownloader.parse_bytes` into utilspukkandan2022-11-171-9/+9
* [cleanup Miscpukkandan2022-10-181-0/+2
* [docs] Misc improvementspukkandan2022-09-221-1/+1
* Improve 5736d79172c47ff84740d5720467370a560febadpukkandan2022-09-171-1/+3
* Support environment variables in `--ffmpeg-location`pukkandan2022-09-161-0/+1
* Allow open ranges for time ranges (#4940)Lesmiscore2022-09-171-5/+6
* [cleanup] Miscpukkandan2022-09-011-1/+1
* [cookies] Improve container support (#4806)bashonly2022-09-011-6/+8
* [cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly2022-08-301-1/+5
* [utils] Add `deprecation_warning`pukkandan2022-08-301-0/+2
* Add option `--use-extractors`pukkandan2022-08-241-0/+1
* Determine merge container better (See desc) (#1482)Lauren N. Liberda2022-08-041-1/+2
* Minor bugfixespukkandan2022-08-021-1/+5
* Validate `--merge-output-format`pukkandan2022-07-311-0/+2
* [utils, cleanup] Consolidate known media extensionspukkandan2022-07-311-1/+1
* [ffmpeg] Set `ffmpeg_location` in a contextvarpukkandan2022-07-311-0/+6
* Remove Python 3.6 supportpukkandan2022-07-181-1/+1
* Discard info_dict from memory if no longer neededpukkandan2022-07-111-0/+15
* [cleanup] Misc cleanuppukkandan2022-07-091-4/+8
* [cleanup] Consistent style for file headspukkandan2022-06-251-1/+0
* [compat] Remove more functionspukkandan2022-06-251-3/+4
* Fix `--downloader native`pukkandan2022-06-221-0/+2
* [update] Self-restart after updatepukkandan2022-06-211-5/+11
* Update to ytdl-commit-8a158a9pukkandan2022-06-201-4/+14
* [cleanup] Miscpukkandan2022-06-201-0/+6
* Add option `--lazy-playlist` to process entries as they are receivedpukkandan2022-06-171-0/+4
* Add slicing notation to `--playlist-items`pukkandan2022-06-171-0/+7
* [extractor] Import `_ALL_CLASSES` lazilypukkandan2022-06-161-1/+5
* Add option `--download-sections` to download video partiallypukkandan2022-06-071-13/+21
* [ExtractAudio] Allow conditional conversionpukkandan2022-06-061-1/+1