Skip to content

Commit

Permalink
Remove MangaDig and update ColaManga
Browse files Browse the repository at this point in the history
* MangaDig is dead
* Make ColaManga a standalone plugin (not extending MangaDig anymore)

manga-download/haruneko-proprietary@4154dbd
  • Loading branch information
MikeZeDev committed Sep 30, 2024
1 parent 3ebf33d commit 9f2c628
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { type Tag } from '../Tags';
import type { Page } from '../providers/MangaPlugin';
import { type Chapter, DecoratableMangaScraper } from '../providers/MangaPlugin';
import type { Priority } from '../taskpool/DeferredTask';
export default class extends DecoratableMangaScraper {
constructor(id?: string, label?: string, url?: string, tags?: Tag[]);
constructor();
get Icon(): string;
FetchPages(chapter: Chapter): Promise<Page[]>;
private ConvertWordArrayToUint8Array;
Expand Down
2 changes: 2 additions & 0 deletions web/src/engine/websites/ColaManga.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions web/src/engine/websites/ColaManga.ts

This file was deleted.

6 changes: 3 additions & 3 deletions web/src/engine/websites/ColaManga_e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ const config = {
title: 'Coco漫画'
},
container: {
url: 'https://www.colamanga.com/manga-bm41941/',
id: '/manga-bm41941/',
url: 'https://www.colamanga.com/manga-xy280343/',
id: '/manga-xy280343/',
title: `换位关系`
},
child: {
id: '/manga-bm41941/1/10.html',
id: '/manga-xy280343/1/10.html',
title: '10.傻瓜'
},
entry: {
Expand Down
Loading

0 comments on commit 9f2c628

Please sign in to comment.