From 3846e1d7fa2d18901919ad883ddea352242e1e0d Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Sat, 20 Feb 2021 10:53:49 +0100 Subject: [PATCH] Add files via upload --- README.md | 7 ++----- anime-vostfr.js | 2 +- package.json | 7 ++++++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 837d69e..cea5deb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# Anime-vostfr 1.2.0 +# Anime-vostfr 1.2.1 ## 🎉 Update -- VF added ! -- Bug correction -- Performance improvement -- Search improvement +- New api ## 📖 Description Get any anime in vf and vostfr with their iformations like image, embed video, banner, trailer, description, synopsys, episodes ... ## NPM diff --git a/anime-vostfr.js b/anime-vostfr.js index f42c53f..60d578f 100644 --- a/anime-vostfr.js +++ b/anime-vostfr.js @@ -26,7 +26,7 @@ function getAnimeByTitle(elem, name){ */ exports.loadAnime = () => { return new Promise((resolve, reject) => { - cloudscraper("https://www.neko-sama.fr/animes-search.json").then(function(result){ + cloudscraper("https://www.neko-sama.fr/animes-search-vostfr.json").then(function(result){ resolve(JSON.parse(result)); }, function(err){reject({error: true, content: err});}); }); diff --git a/package.json b/package.json index c1f8664..f7244ee 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "anime-vostfr", - "version": "1.2.0", + "version": "1.2.1", "description": "Get any anime iformation like image, embed video, banner, trailer, description...", "main": "anime-vostfr.js", + "homepage": "https://github.com/yoannchb-pro", + "repository": { + "type": "git", + "url": "https://github.com/yoannchb-pro/anime-vostfr" + }, "keywords": [ "anime", "vostfr",