Question about artist entry direct image URLs

Posted under General

I've removed that part from the wiki.

The artist finder matches site urls by removing each piece until it finds a match, so if it sees "https://generic-host.com/artist_name/picture.jpg" it will first try to match the whole url, then "https://generic-host.com/artist_name", then "https://generic-host.com/". Since mainstream sites like pixiv don't have artist usernames in the image url anymore, this is not really useful anymore, and it actually causes wrong matches when someone adds a direct image url that has no username in it. It's also why we have this huge blacklist in the code.

1