Skip to content

Commit

Permalink
Unit test : sheep broken remove paste validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepux committed Aug 5, 2023
1 parent 7a95f64 commit 47addc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/engine/websites/SheepMangaBroken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class extends DecoratableMangaScraper {
}

public ValidateMangaURL(url: string): boolean {
return /\/sheep-scanlations\/\d+\.json/.test(url);
return /\/sheep-scanlations-broken\/\d+\.json/.test(url);
}

public async FetchManga(provider: MangaPlugin, url: string): Promise<Manga> {
Expand Down

0 comments on commit 47addc7

Please sign in to comment.