This commit is contained in:
ivamp 2024-02-08 02:27:37 +08:00
parent 900c1efa53
commit 803a7b5b4b

2
get.py
View File

@ -20,7 +20,7 @@ def downloadAnime(id, filepath):
for anime in animes.anime_ids:
print("正在查询: " + str(anime))
a = req.get("anime/get", {
"id": "810",
"id": anime,
"full": "true"
})