Skip to content

Commit 9a56092

Browse files
getAnimeVideoByServer test function removed.
1 parent a167467 commit 9a56092

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/api/api.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ async function getAnimeVideoByServer(id , chapter) {
7171
return await Promise.all(serverList);
7272
}
7373

74-
getAnimeVideoByServer('kyochuu-rettou-movie' , 1)
75-
.then(doc =>{
76-
console.log(doc);
77-
})
78-
7974
async function getVideoURL(url) {
8075
// This requests the underlying iframe page
8176
const { data } = await axios.get(url);

0 commit comments

Comments
 (0)