ANIME-API icon indicating copy to clipboard operation
ANIME-API copied to clipboard

Api for searching page link, download link, streaming link of an anime and a precise episode on many website simultaneously. Only one search and you got the results from all animes websites.

Results 5 ANIME-API issues
Sort by recently updated
recently updated
newest added

have a lot of errors and I tried everything which you provide in the documentation but all wast nothing working Thanks for your hard work

Using `links` fails with the error `/src/` isn't found. Using `stream` fails with the error `wrong status code`. I skipped out on testing download, but assume it'd act like stream.

So when I require the package, I get an error. ``` G:\Downloads\ServerSMP - BOT\Anime\node_modules\jsdom\node_modules\webidl-conversions\lib\index.js:348 Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined at Object. (G:\Downloads\ServerSMP - BOT\Anime\node_modules\jsdom\node_modules\webidl-conversions\lib\index.js:348) at Object. (G:\Downloads\ServerSMP...

When running the following code with multiple different queries to get stream links of a given show: ``` const anime = require('@justalk/anime-api'); anime.stream('attack').then((g) => console.log(g)); ``` The following error is...

~~~Error: info: The url return a wrong status code. Maybe the website is down for the moment. info: [object Object] (node:1001) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'link' of undefined at...