evazion / translate-pixiv-tags

MIT License
35 stars 6 forks source link

Convert direct image links to page links in artist tooltips. #101

Open hdk5 opened 14 hours ago

hdk5 commented 14 hours ago

This is primarily about https://i.pximg.net/img-original/img/ links, which contain enough information to convert them to the page URLs. The other that immediately come to mind are:

There may be many others, and since danbooru doesn't return converted url in api, those have to be handled client-side. I think most users, including me, would be happy with just pixiv though.

7nik commented 14 hours ago

Seem this logic can be extracted from the Danbooru sources. Though, I'm not familiar with Ruby at all.