out386 / aria-telegram-mirror-bot

A Telegram bot to download files via HTTP(S)/BitTorrent and upload them to Google Drive
MIT License
518 stars 401 forks source link

Download failed. Blacklisted URL. #83

Closed iCesenberk closed 4 years ago

iCesenberk commented 4 years ago

asdasda

out386 commented 4 years ago

Check ARIA_FILTERED_DOMAINS and ARIA_FILTERED_FILENAMES in your "src/.constants.js". Something in there is matching the link/filename you tried to mirror.

My guess is that one of them is set to [''], which will match everything.

iCesenberk commented 4 years ago

does it have to be filled in? I deleted the string because there was no name or link that I didn't want to filter asdasda

out386 commented 4 years ago

Remove the quotes.