eksopl / fuuka

Fuuka Imageboard Archiver
http://code.google.com/p/fuuka/
Other
58 stars 7 forks source link

Image redirect redirects to images.4chan.org #75

Closed loadletter closed 10 years ago

loadletter commented 10 years ago

Image redirect redirects to images.4chan.org, instead of i.4cdn.org.

GXTX commented 10 years ago

Did moot make images.* not work? On Dec 9, 2013 10:01 AM, "loadletter" notifications@github.com wrote:

Image redirect redirects to images.4chan.org, instead of i.4cdn.org.

— Reply to this email directly or view it on GitHubhttps://github.com/eksopl/fuuka/issues/75 .

anounyym1 commented 10 years ago

images.4chan.org-domain works fine for me, but that redirect can be fixed by changing img_link on board-config.pl https://github.com/eksopl/fuuka/blob/master/board-config.pl#L26

GXTX commented 10 years ago

Seems like a non-issue then. On Dec 9, 2013 11:37 AM, "anounyym1" notifications@github.com wrote:

images.4chan.org-domain works fine for me, but that redirect can be fixed by changing img_link on board-config.pl https://github.com/eksopl/fuuka/blob/master/board-config.pl#L26

— Reply to this email directly or view it on GitHubhttps://github.com/eksopl/fuuka/issues/75#issuecomment-30147574 .

loadletter commented 10 years ago

It's just that the latest versions of 4chan X expects the domain i.4cdn.org to redirect dead links. So installgentoo.net (only thumbnails) --(redirect)--> 4chan --(4chanx redirect)--> rbt.asia (full image) doesn't work anymore.

eksopl commented 10 years ago

Done, but that's a config variable, so it's mostly up to the site owners to fix it. I'll look into having fuuka ignore those URLs and use the ones in Yotsuba.pm instead. There's no reason for those to be user settable, anyway.