Skip to content

Commit

Permalink
MangaTale : change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Sep 17, 2024
1 parent c2d7558 commit 9066dda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions web/src/engine/websites/MangaTale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { DecoratableMangaScraper } from '../providers/MangaPlugin';
import * as MangaStream from './decorators/WordPressMangaStream';
import * as Common from './decorators/Common';

@MangaStream.MangaCSS(/^https?:\/\/mangatale\.co\/manga\/[^/]+\/$/)
@MangaStream.MangasSinglePageCSS(undefined, '/manga/?list')
@MangaStream.MangaCSS(/^{origin}\/manga\/[^/]+\/$/)
@MangaStream.MangasSinglePageCSS()
@MangaStream.ChaptersSinglePageCSS()
@MangaStream.PagesSinglePageCSS()
@MangaStream.PagesSinglePageJS()
@Common.ImageAjax()
export default class extends DecoratableMangaScraper {

public constructor() {
super('mangatale', 'Manga Tale', 'https://mangatale.co', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian);
super('mangatale', 'Manga Tale', 'https://mangatale.id', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
4 changes: 2 additions & 2 deletions web/src/engine/websites/MangaTale_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: Config = {
title: 'Manga Tale'
},
container: {
url: 'https://mangatale.co/manga/martial-peak/',
url: 'https://mangatale.id/manga/martial-peak/',
id: '/manga/martial-peak/',
title: 'Martial Peak'
},
Expand All @@ -17,7 +17,7 @@ const config: Config = {
},
entry: {
index: 0,
size: 148_403,
size: 124_648,
type: 'image/jpeg'
}
};
Expand Down

0 comments on commit 9066dda

Please sign in to comment.