Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannchb-pro authored Feb 20, 2021
1 parent e72d5b3 commit 3846e1d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion anime-vostfr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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});});
});
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3846e1d

Please sign in to comment.