使用 you_get 下载B站视频时报错
这是源代码:import sys
from you_get import common
import os
directory = os.getcwd()
av = input("输入av号:")
url = r"https://www.bilibili.com/video/av" + av
sys.argv = ['you_get', '-o', directory, url]
common.main()
结果就报错了:
you-get: oops, something went wrong.
you-get: don't panic, c'est la vie. please try the following steps:
you-get: (1) Rule out any network problem.
you-get: (2) Make sure you-get is up-to-date.
you-get: (3) Check if the issue is already known, on
you-get: https://github.com/soimort/you-get/wiki/Known-Bugs
you-get: https://github.com/soimort/you-get/issues
you-get: (4) Run the command with '--debug' option,
you-get: and report this issue with the full output.
这是为什么?要怎么办? 去瞅一眼错误中给的GitHub链接 小鞋森233 发表于 2020-2-9 13:43
去瞅一眼错误中给的GitHub链接
好的,谢谢
页:
[1]