Skip to content

Commit

Permalink
LyraScans: create connector
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWasTaken committed Jul 13, 2023
1 parent e58a1e1 commit 31a71dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added src/web/img/connectors/lyrascans
Binary file not shown.
13 changes: 13 additions & 0 deletions src/web/mjs/connectors/LyraScans.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class LyraScans extends WordPressMangastream {

constructor() {
super();
super.id = 'lyrascans';
super.label = 'Lyra Scans';
this.tags = [ 'manga', 'english', 'scanlation' ];
this.url = 'https://lyrascans.com';
this.path = '/manga/list-mode/';
}
}

0 comments on commit 31a71dc

Please sign in to comment.