Skip to content

Commit

Permalink
fix: update faqwikius path withot 'www.' (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRamberger authored Jan 21, 2025
1 parent 56a28ad commit f35b93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/english/faqwikius.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { NovelStatus } from '@libs/novelStatus';
class FaqWikiUs implements Plugin.PluginBase {
id = 'FWK.US';
name = 'Faq Wiki';
site = 'https://www.faqwiki.us/';
version = '2.0.0';
site = 'https://faqwiki.us/';
version = '2.0.1';
icon = 'src/en/faqwikius/icon.png';

parseNovels(loadedCheerio: CheerioAPI, searchTerm?: string) {
Expand Down

0 comments on commit f35b93c

Please sign in to comment.