diff --git a/videodl.py b/videodl.py index b6d969f..8726fa5 100644 --- a/videodl.py +++ b/videodl.py @@ -33,7 +33,7 @@ async def vdl(context): from pytube import YouTube except ImportError: await context.edit('`pytube`支持库未安装,YouTube视频无法下载\n请使用 `-sh pip3 install --user ' - 'git+https://github.com/nficano/pytube` 安装,或自行ssh安装\n\n已安装过 `pytube3` 的用户请使用 `-sh pip3 ' + 'git+https://github.com/nficano/pytube 或 -sh pip3 install pytube --upgrade ` 安装,或自行ssh安装\n\n已安装过 `pytube3` 的用户请使用 `-sh pip3 ' 'uninstall pytube3 -y` 进行卸载') return url = url.replace('www.youtube.com/watch?v=', 'youtu.be/')