diff --git a/src/web/mjs/connectors/LynxScans.mjs b/src/web/mjs/connectors/LynxScans.mjs index 89fd2ebf77..69a3902511 100644 --- a/src/web/mjs/connectors/LynxScans.mjs +++ b/src/web/mjs/connectors/LynxScans.mjs @@ -1,6 +1,6 @@ -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(); @@ -8,9 +8,6 @@ export default class LynxScans extends Genkan { 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/'; } -} \ No newline at end of file +}