Skip to content

Commit

Permalink
Yee
Browse files Browse the repository at this point in the history
  • Loading branch information
JipFr committed Oct 3, 2024
1 parent d0eaac9 commit a960595
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/scrapers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ export const Mangasee = MangaseeInstance;
// export const Mangadex = MangadexInstance;

// Import ReadComicsOnline
import RCOInstance from "./rco";
export const RCO = RCOInstance;
// import RCOInstance from "./rco";
// export const RCO = RCOInstance;

// Import Manganelo
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 @@ -100,8 +100,8 @@ export const scrapers = {
Mangadex5,
Manganelo,
// Mangahere,
RCO,
ComicExtra,
// RCO,
// ComicExtra,
nhentai,
nhentainet,
Guya,
Expand Down

0 comments on commit a960595

Please sign in to comment.