-
Notifications
You must be signed in to change notification settings - Fork 99
FAQ
Lussac Zheng edited this page May 12, 2021
·
16 revisions
FAQ of master branch
配置 youtube-dl, annie, FFmpeg 等时需要从 GitHub Releases 等外网下载文件,对于国内网络,下载速度可能极其缓慢甚至无法下载。若某一文件无法下载或下载速度太慢,请:
- 关闭脚本运行窗口;
- 打开
res\download\to-be-downloaded.txt
并从中找到该文件对应的下载链接; - 通过浏览器直接下载,或通过 网盘 (如有密码则为 lussac ) 下载,或使用迅雷(等下载工具)下载,或科学上网后下载,或通过其他方法手动下载该文件;
- 将新下载完成的文件移动到根目录(与
Deploy.bat
同一目录)下; - (若你是在
配置 FFmpeg
,跳过此步)根目录下若有usr\
文件夹则先将其删除; - 重新运行
Deploy.bat
,继续配置流程。若有新的文件无法下载,重复步骤 1~6 。
前往上文所提到的网盘链接,下载打包发布的 video-downloader-deploy-2020xxxx(FULL).zip
。
- 下载 一键配置脚本 。解压并运行
Deploy.bat
。 - 完成
初始配置
和配置 FFmpeg
。 - 仅保留
Deploy.bat
、res
文件夹及res
文件夹内容,删除其余文件和文件夹。
(可选) 其他可以删除的有:res\.wget-hsts
,res\deploy.log
,res\deploy.settings
,res\wget.opt
,res\dev
,res\download\.wget-hsts
,res\download\7za.exe
,res\download\get-pip.py
,res\download\*.txt
,res\scripts\RemoteVersion
. - 在其他PC上,通过
Deploy.bat
和res
文件夹可以进行离线配置。
It is needed to download from GitHub Releases when deploying youtube-dl, annie, etc. When a file can not be downloaded or the download speed is too slow from GitHub Releases, please:
- Close the batch runtime window;
- Open
res\download\to-be-downloaded.txt
and find the corresponding download URL of that file; - Download that file with browser directly, or through other ways manually;
- Move the newly downloaded file into the root directory (the same directory as
Deploy.bat
); - (If you are performing
Deploy FFmpeg
, skip this step) Delete theusr\
folder if it exists; - Re-run the
Deploy.bat
, continue the deployment process. If there is a new file unable to be downloaded, repeat Step 1~6.
- Download One-Click Deployment Batch . Unzip and run
Deploy.bat
. - Finish the
Initial Deployment
andDeploy FFmpeg
. - Only keep
Deploy.bat
,res
folder and the contents inres
. Delete other files and folders.
(Optional) Other files can be deleted:res\.wget-hsts
,res\deploy.log
,res\deploy.settings
,res\wget.opt
,res\dev
,res\download\.wget-hsts
,res\download\7za.exe
,res\download\get-pip.py
,res\download\*.txt
,res\scripts\RemoteVersion
. - On other PC, you can deploy offline with
Deploy.bat
andres
folder.