fix
This commit is contained in:
parent
900c1efa53
commit
803a7b5b4b
2
get.py
2
get.py
@ -20,7 +20,7 @@ def downloadAnime(id, filepath):
|
|||||||
for anime in animes.anime_ids:
|
for anime in animes.anime_ids:
|
||||||
print("正在查询: " + str(anime))
|
print("正在查询: " + str(anime))
|
||||||
a = req.get("anime/get", {
|
a = req.get("anime/get", {
|
||||||
"id": "810",
|
"id": anime,
|
||||||
"full": "true"
|
"full": "true"
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user