mirror of
https://github.com/pacnpal/Pac-cogs.git
synced 2025-12-20 10:51:05 -05:00
Added proper ffprobe binary download alongside FFmpeg Added proper path handling for both binaries Added verification of both binaries Fixed FFmpeg compression by using subprocess directly instead of ffmpeg-python Improved URL Detection: Switched from regex patterns to yt-dlp simulation for URL detection Added better error handling for URL checking Added detailed logging of URL detection results Reduced Logging Noise: Only log when a message contains a video URL Only log URL check errors for actual URLs (containing http://, https://, or www.) Removed unnecessary debug logging