Skip to content

Commit

Permalink
updated connector drakescans (#6995)
Browse files Browse the repository at this point in the history
* updated connector drakescans

* change to correct class name
  • Loading branch information
YurDavid authored and ronny1982 committed Jul 27, 2024
1 parent f7c0b1a commit 26c77b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web/mjs/connectors/DrakeScans.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import WordPressMadara from './templates/WordPressMadara.mjs';

export default class DrakeScans extends WordPressMadara {
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class DrakeScans extends WordPressMangastream {
constructor() {
super();
super.id = 'drakescans';
super.label = 'DrakeScans';
this.tags = [ 'webtoon', 'english'];
this.url = 'https://drakescans.com';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 26c77b9

Please sign in to comment.