Skip to content

Commit

Permalink
ResetScans : extends FuzzyDoodle template
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Sep 13, 2024
1 parent dfa6693 commit ac6af54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions web/src/engine/websites/ResetScans.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import { Tags } from '../Tags';
import icon from './ResetScans.webp';
import { DecoratableMangaScraper } from '../providers/MangaPlugin';
import * as Madara from './decorators/WordPressMadara';
import * as Common from './decorators/Common';
import { FuzzyDoodle } from './templates/FuzzyDoodle';

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

public constructor() {
super('resetscans', 'Reset Scans', 'https://reset-scans.xyz', Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Language.English, Tags.Source.Scanlator);
Expand Down
4 changes: 2 additions & 2 deletions web/src/engine/websites/ResetScans_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = {
},
container: {
url: 'https://reset-scans.xyz/manga/book-eater',
id: JSON.stringify({ post: '2055', slug: '/manga/book-eater' }),
id: '/manga/book-eater',
title: 'Book Eater'
},
child: {
Expand All @@ -17,7 +17,7 @@ const config = {
},
entry: {
index: 1,
size: 181_700,
size: 155_194,
type: 'image/webp'
}
};
Expand Down

0 comments on commit ac6af54

Please sign in to comment.