added version to every extension
This commit is contained in:
@@ -2,6 +2,7 @@ class asmhentai {
|
||||
constructor() {
|
||||
this.baseUrl = "https://asmhentai.com";
|
||||
this.type = "book-board";
|
||||
this.version = "1.0"
|
||||
this.mediaType = "manga";
|
||||
}
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ class lightnovelworld {
|
||||
|
||||
this.type = "book-board";
|
||||
this.mediaType = "ln";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
@@ -4,6 +4,7 @@ class MangaDex {
|
||||
this.apiUrl = "https://api.mangadex.org";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "manga";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
getHeaders() {
|
||||
|
||||
@@ -2,7 +2,8 @@ class mangapark {
|
||||
constructor() {
|
||||
this.baseUrl = "https://mangapark.net/apo";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "manga";
|
||||
this.mediaType = "manga";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class nhentai {
|
||||
this.baseUrl = "https://nhentai.net";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "manga";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class NovelBin {
|
||||
this.baseUrl = "https://novelbin.me";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "ln";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class NovelFire {
|
||||
this.baseUrl = "https://novelfire.net";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "ln";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
@@ -3,6 +3,7 @@ class wattpad {
|
||||
this.baseUrl = "https://wattpad.com";
|
||||
this.type = "book-board";
|
||||
this.mediaType = "ln";
|
||||
this.version = "1.0"
|
||||
}
|
||||
|
||||
async search(queryObj) {
|
||||
|
||||
Reference in New Issue
Block a user