Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domain Change ToonGod #7235

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
285 changes: 0 additions & 285 deletions src/__tests__/Connectors.e2e.js

This file was deleted.

19 changes: 9 additions & 10 deletions src/web/mjs/connectors/ToonGod.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import WordPressMadara from './templates/WordPressMadara.mjs';
import WordPressMadara from "./templates/WordPressMadara.mjs";

export default class ToonGod extends WordPressMadara {

constructor() {
super();
super.id = 'toongod';
super.label = 'ToonGod';
this.tags = [ 'webtoon', 'hentai', 'english' ];
this.url = 'https://www.toongod.com';
}
}
constructor() {

Check failure on line 4 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 4 spaces but found 2
super();

Check failure on line 5 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 8 spaces but found 4
super.id = "toongod";

Check failure on line 6 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 8 spaces but found 4
super.label = "ToonGod";

Check failure on line 7 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 8 spaces but found 4
this.tags = ["webtoon", "hentai", "english"];

Check failure on line 8 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 8 spaces but found 4
this.url = "https://www.toongod.org";

Check failure on line 9 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 8 spaces but found 4
}

Check failure on line 10 in src/web/mjs/connectors/ToonGod.mjs

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Expected indentation of 4 spaces but found 2
}
Loading