|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
这是源代码:
- 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: [error] 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.
复制代码
这是为什么?要怎么办?
|
|