Skip to content

Commit

Permalink
CosmicScansID : update change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Sep 20, 2024
1 parent 79dc051 commit 6a8b9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/src/engine/websites/CosmicScansID.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import * as Common from './decorators/Common';
@Common.MangasMultiPageCSS('/page/{page}/', 'div.bixbox div.listupd div.utao div.imgu a', 1, 1, 0, Common.AnchorInfoExtractor(true))
@MangaStream.ChaptersSinglePageCSS()
@MangaStream.PagesSinglePageCSS()
@Common.ImageElement()
@Common.ImageAjax(true)
export default class extends DecoratableMangaScraper {

public constructor() {
super('cosmicscansid', 'Cosmic Scans ID', 'https://cosmicscans.id', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Scanlator);
super('cosmicscansid', 'Cosmic Scans ID', 'https://cosmic1.co', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Scanlator);
}

public override get Icon() {
Expand Down
5 changes: 3 additions & 2 deletions web/src/engine/websites/CosmicScansID_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ const config = {
id: 'cosmicscansid',
title: 'Cosmic Scans ID'
},
/* CloudFlare
container: {
url: 'https://cosmicscans.id/manga/eleceed/',
url: 'https://cosmic1.co/manga/eleceed/',
id: '/manga/eleceed/',
title: 'Eleceed'
},
Expand All @@ -19,7 +20,7 @@ const config = {
index: 1,
size: 98_349,
type: 'image/jpeg'
}
}*/
};

const fixture = new TestFixture(config);
Expand Down

0 comments on commit 6a8b9e6

Please sign in to comment.