Skip to content

Commit

Permalink
FIx LynxScans: use standard Mangastream (#6091)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored and Sheepux committed Jan 2, 2024
1 parent 3366f73 commit ab921a9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/web/mjs/connectors/LynxScans.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import Genkan from './templates/Genkan.mjs';
import WordPressMangastream from './templates/WordPressMangastream.mjs';

export default class LynxScans extends Genkan {
export default class LynxScans extends WordPressMangastream {

constructor() {
super();
super.id = 'secretscans';
super.label = 'Lynx Scans';
this.tags = [ 'webtoon', 'high-quality', 'english', 'scanlation' ];
this.url = 'https://lynxscans.com';
this.links = {
login: 'https://lynxscans.com/login'
};
this.path = '/web/comics';
this.path = '/comics/list-mode/';
}
}
}

0 comments on commit ab921a9

Please sign in to comment.