yellowbluesky / PixivforMuzei3

Best Pixiv plugin for Muzei 3
GNU General Public License v3.0
174 stars 15 forks source link

Merge artist and tag search #75

Closed yellowbluesky closed 4 years ago

yellowbluesky commented 4 years ago

Both point to the same API endpoint, and it makes sense to have both

yellowbluesky commented 4 years ago

What was I on when I wrote this, no they are not on the same API endpoint.

Artist: case "artist": feedBookmarkTagUrl = urlBuilder.addPathSegments("v1/user/illusts")

Tag case "tag_search": feedBookmarkTagUrl = urlBuilder.addPathSegments("v1/search/illust")