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

@@ -6,6 +6,12 @@
- [x] Add rest of the errors yikes
- [x] Add ddi mounting command
- [ ] Add melonx commands
- [ ] Add ai commands
- [ ] Add leaderboard command
- [ ] Add unit tests
- [ ] Add documentation to readme