Skip to content

Commit

Permalink
friday maintenance (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev authored Nov 29, 2024
1 parent 8f39d3b commit 6e57ef2
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 251 deletions.
2 changes: 1 addition & 1 deletion web/src/engine/websites/GuFengMH8.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as SinMH from './decorators/SinMH';
export default class extends DecoratableMangaScraper {

public constructor() {
super('gufengmh8', `古风漫画网 (GuFengMH8)`, 'https://www.gufengmh9.com', Tags.Language.Chinese, Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Source.Aggregator);
super('gufengmh8', `古风漫画网 (GuFengMH8)`, 'https://www.gufengmh.com', Tags.Language.Chinese, Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/GuFengMH8_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
title: '古风漫画网 (GuFengMH8)'
},
container: {
url: 'https://www.gufengmh9.com/manhua/moshifanren/',
url: 'https://www.gufengmh.com/manhua/moshifanren/',
id: '/manhua/moshifanren/',
title: '末世凡人'
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/KlikManga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Common from './decorators/Common';
export default class extends DecoratableMangaScraper {

public constructor() {
super('klikmanga', 'KlikManga', 'https://klikmanga.id', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian);
super('klikmanga', 'KlikManga', 'https://klikmanga.com', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Indonesian);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/KlikManga_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
title: 'KlikManga'
},
container: {
url: 'https://klikmanga.id/manga/yuusha-yamemasu/',
url: 'https://klikmanga.com/manga/yuusha-yamemasu/',
id: JSON.stringify({ post: '1851', slug: '/manga/yuusha-yamemasu/' }),
title: 'Yuusha, Yamemasu'
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/KolNovel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as Common from './decorators/Common';
export default class extends DecoratableMangaScraper {

public constructor() {
super('kolnovel', 'Kol Novel (ملوك الروايات)', 'https://kolnovel.online', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Media.Novel, Tags.Language.Arabic, Tags.Source.Aggregator);
super('kolnovel', 'Kol Novel (ملوك الروايات)', 'https://kolnovel.com', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Media.Novel, Tags.Language.Arabic, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/KolNovel_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: 'Kol Novel (ملوك الروايات)'
}/*,
container: {
url: 'https://kolnovel.online/manga/.../',
url: 'https://kolnovel.com/manga/.../',
id: '/manga/.../',
title: 'Manga ?'
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/MangaSwat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Common from './decorators/Common';
export default class extends DecoratableMangaScraper {

public constructor() {
super('mangaswat', 'MangaSwat', 'https://healteer.com', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Arabic, Tags.Source.Aggregator);
super('mangaswat', 'MangaSwat', 'https://swatscans.com', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Arabic, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/MangaSwat_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: 'MangaSwat'
}, /* CloudFlare
container: {
url: 'https://healteer.com/manga/emperor-and-the-female-knight',
url: 'https://swatscans.com/manga/emperor-and-the-female-knight',
id: '/manga/emperor-and-the-female-knight',
title: 'Emperor And The Female Knight'
},
Expand Down
98 changes: 0 additions & 98 deletions web/src/engine/websites/Mangaz.ts

This file was deleted.

Binary file removed web/src/engine/websites/Mangaz.webp
Binary file not shown.
24 changes: 0 additions & 24 deletions web/src/engine/websites/Mangaz_e2e.ts

This file was deleted.

2 changes: 1 addition & 1 deletion web/src/engine/websites/Mi2mangaES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Common from './decorators/Common';
export default class extends DecoratableMangaScraper {

public constructor() {
super('mi2mangaes', 'Mi2mangaES', 'https://es.mi2manga.com', Tags.Media.Manhwa, Tags.Language.Spanish, Tags.Source.Aggregator);
super('mi2mangaes', 'Mi2mangaES', 'https://mi2manga.lat', Tags.Media.Manhwa, Tags.Language.Spanish, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
4 changes: 2 additions & 2 deletions web/src/engine/websites/Mi2mangaES_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const config = {
title: 'Mi2mangaES'
},
container: {
url: 'https://es.mi2manga.com/manga/la-tirana-quiere-vivir-honestamente/',
id: JSON.stringify({ slug: '/manga/la-tirana-quiere-vivir-honestamente/' }),
url: 'https://mi2manga.lat/manga/la-tirana-quiere-vivir-honestamente/',
id: JSON.stringify({ post: "2101", slug: '/manga/la-tirana-quiere-vivir-honestamente/' }),
title: 'La Tirana Quiere Vivir Honestamente'
},
child: {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/SeiManga.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as Grouple from './decorators/Grouple';
@Grouple.ImageAjaxWithMirrors()
export default class extends DecoratableMangaScraper {
public constructor() {
super('seimanga', `SeiManga`, 'https://seimanga.me', Tags.Language.Russian, Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Source.Aggregator);
super('seimanga', `SeiManga`, 'https://1.seimanga.me', Tags.Language.Russian, Tags.Media.Manga, Tags.Media.Manhua, Tags.Media.Manhwa, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/SeiManga_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: 'SeiManga'
},
container: {
url: 'https://seimanga.me/sword_art_online__progressiv___skerco_glubokoi_nochi/',
url: 'https://1.seimanga.me/sword_art_online__progressiv___skerco_glubokoi_nochi/',
id: '/sword_art_online__progressiv___skerco_glubokoi_nochi/',
title: 'Sword Art Online: Прогрессив - Скерцо глубокой ночи',
},
Expand Down
38 changes: 0 additions & 38 deletions web/src/engine/websites/WordHero.ts

This file was deleted.

Binary file removed web/src/engine/websites/WordHero.webp
Binary file not shown.
24 changes: 0 additions & 24 deletions web/src/engine/websites/WordHero_e2e.ts

This file was deleted.

21 changes: 0 additions & 21 deletions web/src/engine/websites/WorldManhwas.ts

This file was deleted.

Binary file removed web/src/engine/websites/WorldManhwas.webp
Binary file not shown.
24 changes: 0 additions & 24 deletions web/src/engine/websites/WorldManhwas_e2e.ts

This file was deleted.

2 changes: 1 addition & 1 deletion web/src/engine/websites/XManhwa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import * as Common from './decorators/Common';
export default class extends DecoratableMangaScraper {

public constructor() {
super('xmanhwa', 'XManhwa', 'https://www.xmanhwa.me', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.English, Tags.Rating.Pornographic);
super('xmanhwa', 'XManhwa', 'https://www.manhwaden.com', Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.English, Tags.Rating.Pornographic);
}

public override get Icon() {
Expand Down
10 changes: 5 additions & 5 deletions web/src/engine/websites/XManhwa_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ const config = {
title: 'XManhwa'
},
container: {
url: 'https://www.xmanhwa.me/manga/cold-hot/',
id: JSON.stringify({ post: '25936', slug: '/manga/cold-hot/' }),
title: 'Cold? Hot!'
url: 'https://www.manhwaden.com/manga/someone-stop-her/',
id: JSON.stringify({ post: '28394', slug: '/manga/someone-stop-her/' }),
title: 'Someone Stop Her!'
},
child: {
id: '/manga/cold-hot/chapter-1/',
id: '/manga/someone-stop-her/chapter-1/',
title: 'Chapter 1'
},
entry: {
index: 0,
size: 193_651,
size: 52_837,
type: 'image/jpeg'
}
};
Expand Down
3 changes: 0 additions & 3 deletions web/src/engine/websites/_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ export { default as MangaWorldAdult } from './MangaWorldAdult';
export { default as MangaWOW } from './MangaWOW';
export { default as MangaWT } from './MangaWT';
export { default as Mangayaro } from './Mangayaro';
export { default as Mangaz } from './Mangaz';
export { default as Mangazure } from './Mangazure';
export { default as ManHastro } from './ManHastro';
export { default as ManHatic } from './ManHatic';
Expand Down Expand Up @@ -700,8 +699,6 @@ export { default as WestManga } from './WestManga';
export { default as WinterScan } from './WinterScan';
export { default as Wnacg } from './Wnacg';
export { default as WonderlandWebtoons } from './WonderlandWebtoons';
export { default as WordHero } from './WordHero';
export { default as WorldManhwas } from './WorldManhwas';
export { default as XCaliBRScans } from './XCaliBRScans';
export { default as xianman123 } from './xianman123';
export { default as XlecX } from './XlecX';
Expand Down

0 comments on commit 6e57ef2

Please sign in to comment.