Upload case.js
Browse files
case.js
CHANGED
@@ -2988,7 +2988,7 @@ case 'animedl': {
|
|
2988 |
|
2989 |
try {
|
2990 |
let [anime, episode] = q.split('|').map(x => x.trim());
|
2991 |
-
let apiUrl = `https://api-xx-xi.hf.space/api/animedl?name=${
|
2992 |
|
2993 |
let response = await fetch(apiUrl);
|
2994 |
let json = await response.json();
|
|
|
2988 |
|
2989 |
try {
|
2990 |
let [anime, episode] = q.split('|').map(x => x.trim());
|
2991 |
+
let apiUrl = `https://api-xx-xi.hf.space/api/animedl?name=${anime}&episode=${episode}`;
|
2992 |
|
2993 |
let response = await fetch(apiUrl);
|
2994 |
let json = await response.json();
|