WLiK / Move_Video_to_Bilibili

自动搬运youtube视频上传到B站脚本 bilibiliuploader
MIT License
179 stars 52 forks source link

我按照您的步骤来的 但是安装不成功 #1

Open newnames opened 3 years ago

newnames commented 3 years ago

需要的环境就只有Python3 跟youtube-dl嘛 希望能够解答

WLiK commented 3 years ago

需要先执行setup.py, 安装requirements里的包,请将具体报错信息comment在github的issue。

| |

@. | 签名由网易邮箱大师定制 在2021年4月20日 @.> 写道:

需要的环境就只有Python3 跟youtube-dl嘛 希望能够解答

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

newnames commented 3 years ago

pyc@DESKTOP-DJ1QM7B:/mnt/f/Move_Video_to_Bilibili-main$ bash auto_mv_video.sh video_file/file_20210423 mkdir: cannot create directory ‘video_file/file_20210423’: File exists date: invalid option -- 'v' Try 'date --help' for more information. dl_video.sh: line 12: youtube-dl: command not found date: invalid option -- 'v' Try 'date --help' for more information. dl_video.sh: line 15: youtube-dl: command not found Traceback (most recent call last): File "user_up.py", line 1, in from bilibiliuploader.bilibiliuploader import BilibiliUploader File "/mnt/f/Move_Video_to_Bilibili-main/bilibiliuploader/init.py", line 1, in from .bilibiliuploader import BilibiliUploader File "/mnt/f/Move_Video_to_Bilibili-main/bilibiliuploader/bilibiliuploader.py", line 1, in import bilibiliuploader.core as core ImportError: No module named core

WLiK commented 3 years ago

youtube-dl: command not found

youtube-dl未安装成功,请按照官方说明安装

lionderful commented 2 years ago

我也是这个错误, mkdir: cannot create directory ‘video_file/file_20210423’: File exists date: invalid option -- 'v'