add anisamanga (#2650)

resolves #2648
dosnt seem to actually host anything
'I JUST WANT TO BE A USELESS DUKE'S DAUGHTER' is the only manga with chapters and all it has it a gif

Co-authored-by: 09morbab <30987265+09morbab@users.noreply.github.com>
This commit is contained in:
robo 2020-11-21 17:59:16 +00:00 committed by GitHub
parent 44591c455a
commit a16a7da25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -0,0 +1,12 @@
import WordPressMadara from './templates/WordPressMadara.mjs';
export default class Anisamanga extends WordPressMadara {
constructor() {
super();
super.id = 'anisamanga';
super.label = 'Anisa manga';
this.tags = [ 'manga', 'webtoon', 'turkish' ];
this.url = 'https://anisamanga.com';
}
}