We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f0ffa commit 081cdd5Copy full SHA for 081cdd5
example.js
@@ -0,0 +1,4 @@
1
+const anime = require('anime-dl');
2
+
3
+const uri = 'http://jkanime.net/one-piece/732/';
4
+const data = await anime.searchAnime(uri);
0 commit comments