Skip to content

Commit

Permalink
Register XkcdScraper scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jan 25, 2024
1 parent 44c2ae6 commit 9589446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/scrapers.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { WumoScraper } from "../scrapers/WumoScraper.ts";
import { TurnoffScraper } from "../scrapers/TurnoffScraper.ts";
import { OglafScraper } from "../scrapers/OglafScraper.ts";
import { XkcdScraper } from "../scrapers/XkcdScraper.ts";

export default [
new WumoScraper(),
new TurnoffScraper(),
new OglafScraper(),
new XkcdScraper(),
];

0 comments on commit 9589446

Please sign in to comment.