get-got / discord-downloader-go

A Discord bot program to download and otherwise handle files sent in Discord channels with extensive configuration. Can be used as a genuine Discord Bot or user account / self-bot
MIT License
271 stars 30 forks source link

2.5.1 - prompt-grabbing not honoring extension-ignore rules #135

Closed kauffy closed 4 months ago

kauffy commented 4 months ago

DDG is grabbing and creating .prompt files for extensions that are blocked. For example, Midge generates progress images as .webp, the images are not being grabbed, but a .prompt file is being created for it, which does contain the appropriate prompt.

get-got commented 4 months ago

"logFailures": false, (within the log settings group) will prevent logging of anything that wasn't a successful download, skips/ignores and errors alike.

There is no direct correlation between the rules established in a source for downloading purposes and the rules established in the logging groups, it only inherits the Discord source info so it knows what to look for, everything else is separate intentionally.