We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a167467 commit 9a56092Copy full SHA for 9a56092
src/api/api.js
@@ -71,11 +71,6 @@ async function getAnimeVideoByServer(id , chapter) {
71
return await Promise.all(serverList);
72
}
73
74
-getAnimeVideoByServer('kyochuu-rettou-movie' , 1)
75
- .then(doc =>{
76
- console.log(doc);
77
- })
78
-
79
async function getVideoURL(url) {
80
// This requests the underlying iframe page
81
const { data } = await axios.get(url);
0 commit comments