Commit Graph

9 Commits

Author SHA1 Message Date
neoarz
05b26b55a4 chore: move checks before command is procesed 2025-10-20 12:30:55 -04:00
neoarz
a5f94df549 chore: add permission checks 2025-10-20 12:21:43 -04:00
neoarz
898e01abf4 chore: server bot not selfbot self, selfuse slowing being rolled out 2025-10-20 11:57:49 -04:00
neoarz
e271333de1 fix(download): now works in dms and priv channels 2025-10-17 20:49:56 -04:00
neoarz
023ec85640 fix(download): fix 403 error discord 2025-10-03 22:18:09 -04:00
neoarz
9fafc3ca4f fix(download): local development cookie path 2025-10-03 15:49:33 -04:00
neoarz
55286a8d15 fix(download): cookies path and download 2025-10-03 15:38:48 -04:00
neoarz
2c0b0afb39 fix(download): support for yt-dlp cookies in media download
Introduces environment variable support for specifying yt-dlp cookies via file path or direct content for the media download command. Updates error handling to provide clearer messages when cookies are required and ensures temporary cookie files are cleaned up. Also updates .env.example and .gitignore to reflect these changes.
2025-10-03 12:49:50 -04:00
neoarz
85a43e66b0 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.
2025-10-03 12:10:45 -04:00