Skip to content

Commit

Permalink
Merge branch 'master' into mojo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Nov 22, 2024
2 parents 2e81bab + 488b1b6 commit 1d81f76
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 313 deletions.
37 changes: 0 additions & 37 deletions web/src/engine/websites/ComicOnlineFree.ts

This file was deleted.

Binary file removed web/src/engine/websites/ComicOnlineFree.webp
Binary file not shown.
23 changes: 0 additions & 23 deletions web/src/engine/websites/ComicOnlineFree_e2e.ts

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion web/src/engine/websites/SekaiKomik.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('sekaikomik', 'SekaiKomik', 'https://sekaikomik.lol', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Language.Indonesian, Tags.Rating.Pornographic, Tags.Source.Aggregator);
super('sekaikomik', 'SekaiKomik', 'https://sekaikomik.mom', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Language.Indonesian, Tags.Rating.Pornographic, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/SekaiKomik_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: 'SekaiKomik'
},
container: {
url: 'https://sekaikomik.lol/manga/circles/',
url: 'https://sekaikomik.mom/manga/circles/',
id: '/manga/circles/',
title: 'Circles'
},
Expand Down
114 changes: 0 additions & 114 deletions web/src/engine/websites/TsukiMangas.ts

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion web/src/engine/websites/YaoiMangaOku.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('yaoimangaoku', 'YaoiMangaOku', 'https://yaoimangaoku.com', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Turkish, Tags.Source.Aggregator);
super('yaoimangaoku', 'YaoiMangaOku', 'https://yaoimangaoku.net', Tags.Media.Manga, Tags.Media.Manhwa, Tags.Media.Manhua, Tags.Language.Turkish, Tags.Source.Aggregator);
}

public override get Icon() {
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/YaoiMangaOku_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: Config = {
title: 'YaoiMangaOku'
},
container: {
url: 'https://yaoimangaoku.com/manga/she-is-still-cute-today/',
url: 'https://yaoimangaoku.net/manga/she-is-still-cute-today/',
id: JSON.stringify({ post: '681', slug: '/manga/she-is-still-cute-today/'}),
title: 'She Is Still Cute Today'
},
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 @@ -67,7 +67,6 @@ export { default as ComicGardo } from './ComicGardo';
export { default as ComicGrowl } from './ComicGrowl';
export { default as ComicK } from './ComicK';
export { default as Comico } from './Comico';
export { default as ComicOnlineFree } from './ComicOnlineFree';
export { default as ComicRyu } from './ComicRyu';
export { default as ComicsValley } from './ComicsValley';
export { default as ComicTop } from './ComicTop';
Expand Down Expand Up @@ -458,7 +457,6 @@ export { default as MiniTwoScan } from './MiniTwoScan';
export { default as mkzhan } from './mkzhan';
export { default as MMFenix } from './MMFenix';
export { default as MonochromeScans } from './MonochromeScans';
export { default as MonoManga } from './MonoManga';
export { default as MonzeeKomik } from './MonzeeKomik';
export { default as MrYaoi } from './MrYaoi';
export { default as MultPorn } from './MultPorn';
Expand Down Expand Up @@ -659,7 +657,6 @@ export { default as TruyenTranhDammy } from './TruyenTranhDammy';
export { default as TruyenTranhOnline } from './TruyenTranhOnline';
export { default as TruyenTranhtuan } from './TruyenTranhtuan';
export { default as TRWebtoon } from './TRWebtoon';
export { default as TsukiMangas } from './TsukiMangas';
export { default as Tsumino } from './Tsumino';
export { default as TukangKomik } from './TukangKomik';
export { default as TuMangaNet } from './TuMangaNet';
Expand Down
2 changes: 1 addition & 1 deletion web/src/engine/websites/legacy/MeioNovel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DecoratableMangaScraper } from '../../providers/MangaPlugin';
export default class extends DecoratableMangaScraper {

public constructor() {
super('meionovel', `Meio Novel`, 'https://meionovel.id' /*, Tags.Language.English, Tags ... */);
super('meionovel', `Meio Novel`, 'https://meionovels.com' /*, Tags.Language.English, Tags ... */);
}

public override get Icon() {
Expand Down
Loading

0 comments on commit 1d81f76

Please sign in to comment.