Skip to content

Commit

Permalink
SiiManga ; change to MangaStream
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Sep 30, 2024
1 parent d41ed16 commit a282a15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions web/src/engine/websites/SiiManga.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { Tags } from '../Tags';
import icon from './SiiManga.webp';
import { DecoratableMangaScraper } from '../providers/MangaPlugin';
import * as Madara from './decorators/WordPressMadara';
import * as MangaStream from './decorators/WordPressMangaStream';
import * as Common from './decorators/Common';

@Madara.MangaCSS(/^{origin}\/manga\/[^/]+\/$/, 'ol.breadcrumb li:last-of-type a')
@Madara.MangasMultiPageAJAX()
@Madara.ChaptersSinglePageAJAXv2()
@Madara.PagesSinglePageCSS()
@Common.ImageAjax()
@MangaStream.MangaCSS(/^{origin}\/manga\/[^/]+\/$/)
@MangaStream.MangasSinglePageCSS()
@MangaStream.ChaptersSinglePageCSS()
@MangaStream.PagesSinglePageJS()
@Common.ImageAjax(undefined, true)
export default class extends DecoratableMangaScraper {

public constructor() {
super('siimanga', 'SiiManga', 'https://siimanga.cyou', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Aggregator);
super('siimanga', 'SiiManga', 'https://siikomik.com', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
16 changes: 8 additions & 8 deletions web/src/engine/websites/SiiManga_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ const config: Config = {
title: 'SiiManga'
},
container: {
url: 'https://siimanga.cyou/manga/overlord-of-insects/',
id: JSON.stringify({ post: '367', slug: '/manga/overlord-of-insects/' }),
title: 'Overlord of Insects'
url: 'https://siikomik.com/manga/i-have-90-billion-licking-gold/',
id: '/manga/i-have-90-billion-licking-gold/',
title: 'I Have 90 Billion Licking Gold'
},
child: {
id: '/manga/overlord-of-insects/chapter-1/',
title: 'Chapter 1'
id: '/i-have-90-billion-licking-gold-chapter-365/',
title: 'Chapter 365'
},
entry: {
index: 1,
size: 138_898,
type: 'image/webp'
index: 2,
size: 268_110,
type: 'image/jpeg'
}
};

Expand Down

0 comments on commit a282a15

Please sign in to comment.