diff --git a/src/shared/ehentai/get-tag-groups.ts b/src/shared/ehentai/get-tag-groups.ts index 4c54316e..dfb27859 100644 --- a/src/shared/ehentai/get-tag-groups.ts +++ b/src/shared/ehentai/get-tag-groups.ts @@ -16,7 +16,7 @@ export async function getTagGroups(): Promise { continue; } const matches = response.matchAll( - /(\w+):([-. \w]+)<\/a>/g, + /(\w+):([-. \w]+)<\/a>/g, ); for (const match of matches) { const id = Number.parseInt(match[1]);