Dracovian
Dracovian
I'll see if I can't figure out a way to get embedded contents more efficiently, in the meantime see if you can't get the script to work on a test...
Okay I believe that I found a solution to the HTTP 400 issue. This is possibly due to the change that Cloudflare made to its reverse proxy that checks the...
@vinnytroia The experimental branch script is still unable to grab embedded images (still returning an HTTP 403 error depending on the site hosting the image(s)). I have fixed the HTTP...
@tntpower10 You can test the experimental branch to see if it still produces HTTP 400 errors when scraping, you don't have to change your discord.json file contents to run the...
@vinnytroia The JSON file is parsed perfectly fine, so it shouldn't be an issue with the formatting of the JSON file. I don't know if there's some strange issue with...
Hmm... I suppose I might have to opt for a different JSON layout or a different JSON parsing method for the updated code. Keep an eye out on the experimental...
It also appears that the 401 issue is due to the fact that the attachment URLs are redirects. So the fix there is to opt for the Proxy URLs instead....