Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
yzqzss committed Dec 6, 2024
1 parent 327e72c commit e7abd84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biliarchiver/archive_bvid.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ async def new_get_subtitle_info(client: httpx.AsyncClient, bvid, cid):

# return [[f'http:{i["subtitle_url"]}', i['lan_doc']] for i in info['data']['subtitle']['subtitles']]
print("subtitle info:", [
# [patch 3]: 使用 https
[i['id'], i["lan"]]
for i in info["data"]["subtitle"]["subtitles"]
])
Expand Down

0 comments on commit e7abd84

Please sign in to comment.