Skip to content

Commit

Permalink
chore(scrapers): re-enable comicextra
Browse files Browse the repository at this point in the history
  • Loading branch information
JipFr committed Oct 17, 2024
1 parent a960595 commit fb7daca
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 fb7daca

Please sign in to comment.