aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Expand)AuthorAgeFilesLines
* [cleanup] Misc fixespukkandan2023-07-221-6/+7
* [outtmpl] Fix replacement for `playlist_index`pukkandan2023-07-221-4/+4
* [networking] Fix `--legacy-server-connect` (#7645)bashonly2023-07-201-1/+1
* [core] Fix HTTP headers and cookie handlingbashonly2023-07-151-14/+32
* [cleanup] Add color to `download-archive` message (#5138)Aaruni Kaushik2023-07-161-2/+6
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-5/+7
* [networking] Rewrite architecture (#2861)coletdjnz2023-07-151-65/+112
* [networking] Add module (#2861)pukkandan2023-07-151-20/+20
* [core] Change how `Cookie` headers are handledSimon Sawicki2023-07-061-3/+77
* [core] Allow extractors to mark formats as potentially DRM (#7396)pukkandan2023-07-061-15/+22
* [formats] Fix best fallback for storyboardspukkandan2023-07-061-5/+2
* [cleanup] Miscpukkandan2023-07-061-1/+1
* [outtmpl] Pad `playlist_index` etc even when with internal formattingpukkandan2023-07-061-7/+6
* Improve `--download-sections`pukkandan2023-06-221-2/+4
* Indicate `filesize` approximated from `tbr` betterpukkandan2023-06-221-3/+7
* Bugfix for ebe1b4e34f43c3acad30e4bcb8484681a030c114pukkandan2023-06-211-4/+6
* [core] Fix `filepath` being copied to underlying format dictpukkandan2023-06-211-0/+2
* [cleanup] Miscpukkandan2023-06-211-9/+11
* Add option `--netrc-cmd` (#6682)Nicolai Dagestad2023-06-211-0/+1
* [outtmpl] Fix some minor bugspukkandan2023-06-211-5/+5
* Add `--compat-option playlist-match-filter`pukkandan2023-06-211-1/+1
* Auto-select default format in `-f-` (#7101)Ivan Skodje2023-05-291-8/+9
* [core] Workaround erroneous urllib Windows proxy parsing (#7092)coletdjnz2023-05-271-1/+1
* [cookies] Move `YoutubeDLCookieJar` to cookies module (#7091)coletdjnz2023-05-271-4/+3
* [core] Implement `--color` flag (#6904)Simon Sawicki2023-05-241-5/+31
* [devscripts/cli_to_api] Add scriptpukkandan2023-05-241-4/+4
* [core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz2023-05-201-1/+3
* [cleanup, utils] Split into submodules (#7090)coletdjnz2023-05-201-2/+0
* [cleanup] Miscpukkandan2023-05-201-32/+33
* [docs] Misc improvementspukkandan2023-05-201-2/+3
* Fix f005a35aa7e4f67a0c603a946c0dd714c151b2d6pukkandan2023-04-291-7/+5
* Ensure pre-processor errors do not block `--print`pukkandan2023-04-291-4/+6
* Fix bug in 170605840ea9d5ad75da6576485ea7d125b428eepukkandan2023-04-271-24/+18
* Populate `filename` and `urls` fields at all stages of `--print`pukkandan2023-04-271-15/+17
* [outtmpl] Support `str.format` syntax inside replacementspukkandan2023-04-241-2/+16
* [outtmpl] Allow `\n` in replacements and default.pukkandan2023-04-241-1/+1
* Do not translate newlines in `--print-to-file`pukkandan2023-04-161-2/+2
* Relaxed validation for numeric format filterspukkandan2023-04-121-1/+1
* [postprocessor/FixupDuplicateMoov] Fix bug in triggeringpukkandan2023-04-111-1/+1
* Support loading info.json with a list at it's rootpukkandan2023-03-101-11/+12
* [cleanup] Miscpukkandan2023-03-051-1/+1
* Add option `--break-match-filters`pukkandan2023-03-041-17/+33
* [build] Automated builds and nightly releases (#6220)Simon Sawicki2023-03-031-3/+3
* [cleanup] Miscpukkandan2023-02-281-1/+1
* [cleanup] Miscpukkandan2023-02-171-1/+3
* Improve default subtitle language selection (#6240)Siddhartha Sahu2023-02-171-3/+7
* Bugfix for 39f32f1715c0dffb7626dda7307db6388bb7abaapukkandan2023-02-161-1/+1
* Bugfix for 39f32f1715c0dffb7626dda7307db6388bb7abaapukkandan2023-02-131-9/+10
* Sanitize formats before sortingpukkandan2023-02-131-38/+32
* [downloader/hls] Allow extractors to provide AES key (#6158)bashonly2023-02-081-1/+1