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

Discord downloader does not download embedded videos. #113

Closed banana-man10 closed 7 months ago

get-got commented 7 months ago

I'll need examples to test with. It should be fetching embedded content, unless maybe that's a user account limitation.

NimbusCloudVoid commented 7 months ago

Try to put "savePossibleDuplicates": true,

Idk why but there was some embedded videos that was still working but the bot returned 403 forbidden and when i put this setting on true, it downloaded the embedded fixing my problem.

banana-man10 commented 7 months ago

alright let me try that.