Skip to content

Commit

Permalink
[resetscans] update domain (but not updated to new template)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronny1982 committed Sep 12, 2024
1 parent 78b278c commit e3b81c7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions web/src/engine/websites/ResetScans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { DecoratableMangaScraper } from '../providers/MangaPlugin';
import * as Madara from './decorators/WordPressMadara';
import * as Common from './decorators/Common';

@Madara.MangaCSS(/^{origin}\/manga\/[^/]+\/$/, 'div.post-title h1')
@Madara.MangaCSS(/^{origin}\/manga\/[^/]+$/, 'div.post-title h1')
@Madara.MangasMultiPageAJAX()
@Madara.ChaptersSinglePageAJAXv2()
@Madara.PagesSinglePageCSS()
@Common.ImageAjax()
export default class extends DecoratableMangaScraper {

public constructor() {
super('resetscans', 'Reset Scans', 'https://resetscan.com', Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Language.English, Tags.Source.Scanlator);
super('resetscans', 'Reset Scans', 'https://reset-scans.xyz', Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Language.English, Tags.Source.Scanlator);
}

public override get Icon() {
Expand Down
14 changes: 7 additions & 7 deletions web/src/engine/websites/ResetScans_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ const config = {
title: 'Reset Scans'
},
container: {
url: 'https://resetscan.com/manga/scholar-return/',
id: JSON.stringify({ post: '2055', slug: '/manga/scholar-return/' }),
title: 'The Scholarly Reincarnation'
url: 'https://reset-scans.xyz/manga/book-eater',
id: JSON.stringify({ post: '2055', slug: '/manga/book-eater' }),
title: 'Book Eater'
},
child: {
id: '/manga/scholar-return/chapter-214',
title: 'Chapter 214 - The End'
id: '/manga/book-eater/100',
title: 'Chapter 100'
},
entry: {
index: 0,
size: 279_842,
index: 1,
size: 181_700,
type: 'image/webp'
}
};
Expand Down

0 comments on commit e3b81c7

Please sign in to comment.