Skip to content

Commit

Permalink
[skymangas] changed template (#2802)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1982 committed Dec 22, 2020
1 parent fc09630 commit 7cfd22e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/web/mjs/connectors/SkyMangas.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import WordPressMadara from './templates/WordPressMadara.mjs';
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class SkyMangas extends WordPressMadara {
export default class SkyMangas extends WordPressMangastream {

constructor() {
super();
super.id = 'skymangas';
super.label = 'Sky Mangas';
this.tags = [ 'webtoon', 'spanish' ];
this.url = 'https://skymangas.com';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 7cfd22e

Please sign in to comment.