Skip to content

Commit

Permalink
chore: disable comicextra
Browse files Browse the repository at this point in the history
  • Loading branch information
JipFr committed Feb 7, 2024
1 parent fe510d0 commit d838eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scrapers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ import ManganeloInstance from "./manganelo";
export const Manganelo = ManganeloInstance;

// Import ComicExtra
import ComicExtraInstance from "./comicextra";
export const ComicExtra = ComicExtraInstance;
// import ComicExtraInstance from "./comicextra";
// export const ComicExtra = ComicExtraInstance;

// Import nhentai
import nhentaiInstance from "./nhentai";
Expand Down Expand Up @@ -101,7 +101,7 @@ export const scrapers = {
Manganelo,
// Mangahere,
RCO,
ComicExtra,
// ComicExtra,
nhentai,
nhentainet,
Guya,
Expand Down

0 comments on commit d838eb1

Please sign in to comment.