Skip to content

Commit

Permalink
fix(scraper): remove outdated hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mytlogos committed Sep 6, 2022
1 parent f56e1c1 commit c764399
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 314 deletions.
311 changes: 0 additions & 311 deletions packages/scraper/src/externals/direct/kissAnimeScraper.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/scraper/src/externals/hookManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { CustomHook as CustomHookEntity, EmptyPromise } from "enterprise-core/di
import logger from "enterprise-core/dist/logger";
import { getHook as getWWHook } from "./direct/wuxiaworldScraper";
import { getHook as getGogoAnimeHook } from "./direct/gogoAnimeScraper";
import { getHook as getKissAnimeHook } from "./direct/kissAnimeScraper";
import { getHook as getMangaHasuHook } from "./direct/mangaHasuScraper";
import { getHook as getMangaDexHook } from "./direct/mangadexScraper";
import { getHook as getWebnovelHook } from "./direct/webnovelScraper";
Expand All @@ -22,8 +21,6 @@ import { ValidationError } from "enterprise-core/dist/error";
function getRawHooks(): Hook[] {
return [
getWWHook(),
// site was shutdown
getKissAnimeHook(),
getGogoAnimeHook(),
getMangaDexHook(),
getMangaHasuHook(),
Expand Down

0 comments on commit c764399

Please sign in to comment.