Quote:
Originally Posted by vorm
I observed that there are some problems when downloading images from Xenforo sites:
|
I did, however, grab a copy of your issues to look at:
Issue the First
QQ images failing due to lazyload. SB, SV and QQ use the same forum software, but there are differences. Long story short, quite some time ago, SB/SV switched to using a 'data-url' attribute instead of prior 'data-src'. So FFF uses 'data-src', unless there's also a 'data-url', then it uses that.
QQ, otoh, appears to use both, data-src with a link to a proxy on their own server, and data-url to the original source.
In the stories given, those images are either no longer available, or on a server with bad SSL and the QQ proxy cached/masks it.
I can pretty trivially change the code to prioritize data-src over data-url. I don't
think that will break anything else. It doesn't in the cases I've checked.
Since I do read SB/SV/QQ, I'm going to run with this change myself a couple days to watch for problems.
Issue the Second
Embeds from Imgur and google drive are not simple images. Too complicated for FFF to handle. Unrelated to prior issue.
Issue the Third
e-shuushuu.net is one of those sites that serves a page instead of an image if it doesn't like the Referer. Can be addressed with personal.ini setting:
force_img_self_referer_regexp:e-shuushuu.net
Unrelated to prior issues.