1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-15 17:08:29 +00:00

[pyproject.toml] update keywords

Authored by: bashonly
This commit is contained in:
bashonly 2025-07-29 17:49:56 -05:00
parent b13399dbf9
commit 146659e37f
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -15,11 +15,11 @@ description = "A feature-rich command-line audio/video downloader"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"
keywords = [ keywords = [
"cli",
"downloader",
"youtube-dl", "youtube-dl",
"video-downloader",
"youtube-downloader", "youtube-downloader",
"sponsorblock", "sponsorblock",
"youtube-dlc",
"yt-dlp", "yt-dlp",
] ]
license = {file = "LICENSE"} license = {file = "LICENSE"}