Skip to content

Commit

Permalink
feat(Ascalon): create connector (#6661)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken authored Jan 8, 2024
1 parent c8b8b6f commit e58ffa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added src/web/img/connectors/ascalon
Binary file not shown.
12 changes: 12 additions & 0 deletions src/web/mjs/connectors/Ascalon.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

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

0 comments on commit e58ffa5

Please sign in to comment.