aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ExtractAudio, cleanup] Refactorpukkandan2022-06-061-8/+4
* [ThumbnailsConvertor] Allow conditional conversionpukkandan2022-06-051-7/+7
* [extractor] Add dev option `--load-pages`pukkandan2022-06-011-0/+1
* `--config-location -` to provide options interactivelypukkandan2022-05-271-9/+5
* Fix bug in 23326151c45b632c3d5948bd018e80abb370e676pukkandan2022-05-221-3/+3
* [cleanup] Miscpukkandan2022-05-211-0/+1
* Return an error code if update failspukkandan2022-05-201-9/+3
* Add option --retry-sleep (#3059)pukkandan2022-05-191-0/+23
* Add option `--alias`pukkandan2022-05-191-16/+24
* [cleanup] Minor fixespukkandan2022-05-181-0/+1
* [extractor] Use classmethod/property where possiblepukkandan2022-05-131-5/+11