a81b7bce9a
* Add id: prefix search to AniList * Add id: prefix search to Bangumi * Add id: prefix search to Kitsu * Add id: prefix search to MangaUpdates * Add id: prefix search to Shikimori * Add id: prefix search to Hikka Since Hikka doesn't use integer IDs and instead relies solely on a slug system, users have to supply the slug to the `id:` search (so not `id:123` but `id:sousou-no-frieren-97e05f` to get the Frieren manga specifically) It's asymmetrical to the other trackers, but I thought keeping the prefix consistent was more important than to be true to the tracker's internal workings. * Parse MU string IDs as base36 Longs Turns out that's what the random strings in the URL are. Co-authored-by: BrutuZ <7104931+BrutuZ@users.noreply.github.com> * [skip ci] Add Changelog --------- Co-authored-by: BrutuZ <7104931+BrutuZ@users.noreply.github.com>