feat(media): media download command using yt-dlp

Introduced a new 'media' command group with a 'download' subcommand for downloading videos via yt-dlp. Updated help and README to include the new media category and command. Added yt-dlp to requirements.txt.
This commit is contained in:
neoarz
2025-10-03 12:10:45 -04:00
parent f4c3b4aae7
commit 85a43e66b0
6 changed files with 335 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
aiohttp
aiosqlite
discord.py==2.6.3
python-dotenv
python-dotenv
yt-dlp