aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/YoutubeDL.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve default subtitle language selection (#6240)Siddhartha Sahu2023-02-171-3/+7
| | | | | | Authored by: sdht0
| * Bugfix for 39f32f1715c0dffb7626dda7307db6388bb7abaapukkandan2023-02-161-1/+1
| | | | | | | | when `--ignore-no-formats-error`
| * Bugfix for 39f32f1715c0dffb7626dda7307db6388bb7abaapukkandan2023-02-131-9/+10
| |
| * Sanitize formats before sortingpukkandan2023-02-131-38/+32
| | | | | | | | Closes #4501
| * [downloader/hls] Allow extractors to provide AES key (#6158)bashonly2023-02-081-1/+1
| | | | | | | | | | | | | | | | and related cleanup Authored by: bashonly, Grub4K Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
| * Make `title` completely non-fatalpukkandan2023-02-071-5/+1
| | | | | | | | Ref: https://github.com/yt-dlp/yt-dlp/pull/6158#discussion_r1096984349
| * Fix `--concat-playlist`pukkandan2023-01-241-1/+1
| | | | | | | | Closes #6080
| * [utils] `windows_enable_vt_mode`: Better error handlingpukkandan2023-01-031-1/+6
| | | | | | | | Closes #5927
| * [cleanup] Miscpukkandan2023-01-021-0/+1
| | | | | | | | Closes #5576, closes #5887
| * Add `--enable-file-urls` (#5917)Matthew2023-01-021-3/+7
| | | | | | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/3675 Authored by: coletdjnz
| * Improve handling for overriding extractors with plugins (#5916)Matthew2023-01-021-7/+15
| | | | | | | | | | | | * Extractors replaced with plugin extractors now show in debug output * Better testcase handling * Added documentation Authored by: coletdjnz, pukkandan
| * Fix bug in 119e40ef64b25f66a39246e87ce6c143cd34276dpukkandan2023-01-011-1/+2
| |
| * Add message when there are no subtitles/thumbnailspukkandan2023-01-011-3/+9
| | | | | | | | Closes #5551
| * Improve plugin architecture (#5553)Matthew2023-01-011-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make plugins easier to develop and use: * Plugins are now loaded as namespace packages. * Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.). * Plugin packages can be installed and managed via pip, or dropped into any of the documented locations. * Users do not need to edit any code files to install plugins. * Backwards-compatible with previous plugin architecture. As a side-effect, yt-dlp will now search in a few more locations for config files. Closes https://github.com/yt-dlp/yt-dlp/issues/1389 Authored by: flashdagger, coletdjnz, pukkandan, Grub4K Co-authored-by: Marcel <flashdagger@googlemail.com> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
| * Fix bug in writing playlist info-jsonpukkandan2022-12-301-3/+2
| | | | | | | | Closes #4889
| * Add pre-processor stage `video`pukkandan2022-12-301-7/+10
| | | | | | | | Related: #456, #5808
| * [cleanup] Use `random.choices` (#5800)Anant Murmu2022-12-301-1/+1
| | | | | | Authored by: freezboltz
| * Fix `original_url` in playlistspukkandan2022-12-231-2/+2
| |
| * [cleanup] Miscpukkandan2022-12-031-1/+1
| |
* | update from upstream 2022-12-01 UTC+8Jesús2022-12-011-308/+421
|\|
| * Implement universal format sortingpukkandan2022-11-171-0/+14
| | | | | | | | Closes #5566
| * Add new field `aspect_ratio`pukkandan2022-11-161-1/+4
| | | | | | | | Closes #5402
| * [cleanup] Miscpukkandan2022-11-161-3/+2
| | | | | | | | Closes #5541
| * Make early reject of `--match-filter` stricterpukkandan2022-11-131-0/+8
| | | | | | | | Closes #5509
| * Fix bugs in `PlaylistEntries`pukkandan2022-11-121-3/+6
| |
| * Fix `--list` options not implying `-s` in some cases (#5296)bashonly2022-11-111-2/+8
| | | | | | Authored by: bashonly, Grub4K
| * Write API params in debug headpukkandan2022-10-251-23/+28
| |
| * [cleanup Miscpukkandan2022-10-181-2/+2
| | | | | | | | Closes #5162
| * Fix end time of clips (#5255)cruel-efficiency2022-10-181-1/+2
| | | | | | | | Closes #5256 Authored by: cruel-efficiency
| * [outtmpl] Ensure ASCII in json and add option for Unicodepukkandan2022-10-141-1/+1
| | | | | | | | Closes #5236
| * Do more processing in `--flat-playlist`pukkandan2022-10-131-4/+4
| |
| * Fix for formats=Nonepukkandan2022-10-051-10/+12
| | | | | | | | Fixes: https://github.com/yt-dlp/yt-dlp/pull/4965#issuecomment-1267682512
| * [cleanup] Minor fixespukkandan2022-10-041-0/+5
| | | | | | | | Closes #5129, Closes #4982
| * [extractor/MicrosoftEmbed] Add extractor (#5082)sam2022-10-031-1/+1
| | | | | | | | Closes #2638 Authored by: DoubleCouponDay
| * [extractor/crunchyroll:beta] Improve handling of hardsubs (#5041)Simon Sawicki2022-09-301-2/+2
| | | | | | | | Closes #3397 Authored by: Grub4K
| * Don't download entire video when no matching `--download-sections`pukkandan2022-09-261-7/+4
| |
| * Playlists maynot always have webpage_urlpukkandan2022-09-251-5/+8
| |
| * Allow open ranges for time ranges (#4940)Lesmiscore2022-09-171-2/+3
| | | | | | Authored by: Lesmiscore
| * Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfepukkandan2022-09-111-1/+1
| | | | | | | | Closes #4890
| * [cleanup] Miscpukkandan2022-09-101-2/+4
| |
| * Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfepukkandan2022-09-101-1/+2
| | | | | | | | Closes #4881
| * Allow a `set` to be passed as `download_archive`pukkandan2022-09-081-13/+15
| |
| * [docs] Improvementspukkandan2022-09-071-15/+16
| | | | | | | | | | | | | | * Move detailed installation instructions to https://github.com/yt-dlp/yt-dlp/wiki/Installation * Link to wiki where applicable * Fix some mistakes. Closes #4853, Closes #4855, Closes #4852 * Improve some error messages
| * Fix bug in 07a1250e0e90515ff8142161536f9dafa6eaba1bpukkandan2022-09-061-5/+8
| |
| * [outtmpl] Curly braces to filter keyspukkandan2022-09-031-13/+27
| |
| * [cleanup] Miscpukkandan2022-09-011-5/+5
| | | | | | | | | | Closes #4710, Closes #4754, Closes #4723 Authored by: pukkandan, MrRawes, DavidH-2022
| * Update to ytdl-commit-ed5c44e7pukkandan2022-09-011-4/+4
| | | | | | | | | | [compat] Replace deficient ChainMap class in Py3.3 and earlier https://github.com/ytdl-org/youtube-dl/commit/ed5c44e7b74ac77f87ca5ed6cb5e964a0c6a0678
| * [cookies] Support firefox container in `--cookies-from-browser` (#4753)bashonly2022-08-301-2/+3
| | | | | | Authored by: bashonly
| * [utils] Add `deprecation_warning`pukkandan2022-08-301-7/+13
| | | | | | | | See https://github.com/yt-dlp/yt-dlp/pull/2173#issuecomment-1097021515
| * Add version to infojsonpukkandan2022-08-241-14/+11
| |