Skip to content

Commit

Permalink
Add imperiodabritannia Connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapot300 committed Nov 12, 2024
1 parent 582f36d commit f1e7fed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added src/web/img/connectors/imperiodabritannia
Binary file not shown.
11 changes: 11 additions & 0 deletions src/web/mjs/connectors/imperiodabritannia.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import WordPressMadara from "./templates/WordPressMadara.mjs";

export default class ImperioDaBritannia extends WordPressMadara {
constructor() {
super();
super.id = "imperiodabritannia";
super.label = "Imperio Da Britannia";
this.tags = ["webtoon", "manhwa", "portuguese", "scanlation"];
this.url = "https://imperiodabritannia.com";
}
}

0 comments on commit f1e7fed

Please sign in to comment.