diff --git a/anime/HiAnime.js b/anime/HiAnime.js index 29fa091..fc56f13 100644 --- a/anime/HiAnime.js +++ b/anime/HiAnime.js @@ -1,6 +1,7 @@ class HiAnime { constructor() { this.type = "anime-board"; + this.version = "1.0" this.baseUrl = "https://hianime.to"; } diff --git a/book/asmhentai.js b/book/asmhentai.js index e6eefec..f3aa7a0 100644 --- a/book/asmhentai.js +++ b/book/asmhentai.js @@ -2,6 +2,7 @@ class asmhentai { constructor() { this.baseUrl = "https://asmhentai.com"; this.type = "book-board"; + this.version = "1.0" this.mediaType = "manga"; } diff --git a/book/lightnovelworld.js b/book/lightnovelworld.js index 1ac23d0..46d95dd 100644 --- a/book/lightnovelworld.js +++ b/book/lightnovelworld.js @@ -4,6 +4,7 @@ class lightnovelworld { this.type = "book-board"; this.mediaType = "ln"; + this.version = "1.0" } async search(queryObj) { diff --git a/book/mangadex.js b/book/mangadex.js index 69016ab..b7d2b9b 100644 --- a/book/mangadex.js +++ b/book/mangadex.js @@ -4,6 +4,7 @@ class MangaDex { this.apiUrl = "https://api.mangadex.org"; this.type = "book-board"; this.mediaType = "manga"; + this.version = "1.0" } getHeaders() { diff --git a/book/mangapark.js b/book/mangapark.js index a700583..6e0fa8e 100644 --- a/book/mangapark.js +++ b/book/mangapark.js @@ -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) { diff --git a/book/nhentai.js b/book/nhentai.js index afa013c..74b8abe 100644 --- a/book/nhentai.js +++ b/book/nhentai.js @@ -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) { diff --git a/book/novelbin.js b/book/novelbin.js index 4219c6f..649d36c 100644 --- a/book/novelbin.js +++ b/book/novelbin.js @@ -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) { diff --git a/book/novelfire.js b/book/novelfire.js index c85bd9a..cf108e4 100644 --- a/book/novelfire.js +++ b/book/novelfire.js @@ -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) { diff --git a/book/wattpad.js b/book/wattpad.js index be602fa..0d2bc1b 100644 --- a/book/wattpad.js +++ b/book/wattpad.js @@ -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) { diff --git a/image/ZeroChan.js b/image/ZeroChan.js index 00d61b0..b7621aa 100644 --- a/image/ZeroChan.js +++ b/image/ZeroChan.js @@ -3,6 +3,7 @@ class ZeroChan { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query = "thighs", page = 1, perPage = 48) { diff --git a/image/animepictures.js b/image/animepictures.js index 2b55e38..1d3ab3e 100644 --- a/image/animepictures.js +++ b/image/animepictures.js @@ -3,6 +3,7 @@ class Animepictures { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query = "thighs", page = 1, perPage = 42) { diff --git a/image/gelbooru.js b/image/gelbooru.js index 70ae057..40a327e 100644 --- a/image/gelbooru.js +++ b/image/gelbooru.js @@ -3,6 +3,7 @@ class Gelbooru { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query = "thighs", page = 1, perPage = 42) { diff --git a/image/giphy.js b/image/giphy.js index 08fda51..dc5a16b 100644 --- a/image/giphy.js +++ b/image/giphy.js @@ -3,6 +3,7 @@ class Giphy { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query = "hello", page = 1, perPage = 48) { diff --git a/image/realbooru.js b/image/realbooru.js index 584c83a..18334fe 100644 --- a/image/realbooru.js +++ b/image/realbooru.js @@ -7,6 +7,7 @@ class Realbooru { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query = "original", page = 1, perPage = 42) { diff --git a/image/rule34.js b/image/rule34.js index e759d6c..05496dc 100644 --- a/image/rule34.js +++ b/image/rule34.js @@ -7,6 +7,7 @@ class Rule34 { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query = "alisa_mikhailovna_kujou", page = 1, perPage = 42) { diff --git a/image/tenor.js b/image/tenor.js index 36b0325..cb00b78 100644 --- a/image/tenor.js +++ b/image/tenor.js @@ -5,6 +5,7 @@ class Tenor { this.type = "image-board"; this.lastQuery = null; this.seenIds = new Set(); + this.version = "1.0" } async search(query, page = 1, perPage = 48) { diff --git a/image/waifupics.js b/image/waifupics.js index ab7b94d..62dece1 100644 --- a/image/waifupics.js +++ b/image/waifupics.js @@ -10,6 +10,7 @@ class WaifuPics { constructor() { this.type = "image-board"; + this.version = "1.0" } async search(query, page = 1, perPage = 42) {