Skip to content

Commit 1eda3eb

Browse files
committed
MGkomik : change domain
1 parent a8fe96a commit 1eda3eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/engine/websites/Mgkomik.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as Common from './decorators/Common';
1212
export default class extends DecoratableMangaScraper {
1313

1414
public constructor() {
15-
super('mgkomik', 'MGKOMIK', 'https://mgkomik.org', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Aggregator);
15+
super('mgkomik', 'MGKOMIK', 'https://id.mgkomik.cc', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian, Tags.Source.Aggregator);
1616
}
1717

1818
public override get Icon() {

web/src/engine/websites/Mgkomik_e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ new TestFixture({
77
title: 'MGKOMIK'
88
},
99
container: {
10-
url: 'https://mgkomik.org/komik/the-life-after-god-of-martial-lived-in-seclusion/',
10+
url: 'https://id.mgkomik.cc/komik/the-life-after-god-of-martial-lived-in-seclusion/',
1111
id: JSON.stringify({ post: '7180', slug: '/komik/the-life-after-god-of-martial-lived-in-seclusion/' }),
1212
title: 'The Life After God Of Martial Lived In Seclusion'
1313
},

0 commit comments

Comments
 (0)