Skip to content
Lussac Zheng edited this page May 12, 2021 · 16 revisions

FAQ of master branch


常见问题解答

下载过慢

配置 youtube-dl, annie, FFmpeg 等时需要从 GitHub Releases 等外网下载文件,对于国内网络,下载速度可能极其缓慢甚至无法下载。若某一文件无法下载或下载速度太慢,请:

  1. 关闭脚本运行窗口;
  2. 打开 res\download\to-be-downloaded.txt 并从中找到该文件对应的下载链接;
  3. 通过浏览器直接下载,或通过 网盘 (如有密码则为 lussac ) 下载,或使用迅雷(等下载工具)下载,或科学上网后下载,或通过其他方法手动下载该文件;
  4. 将新下载完成的文件移动到根目录(与 Deploy.bat 同一目录)下;
  5. (若你是在 配置 FFmpeg ,跳过此步)根目录下若有 usr\ 文件夹则先将其删除;
  6. 重新运行 Deploy.bat ,继续配置流程。若有新的文件无法下载,重复步骤 1~6 。

离线配置

方法一

前往上文所提到的网盘链接,下载打包发布的 video-downloader-deploy-2020xxxx(FULL).zip

方法二

  1. 下载 一键配置脚本 。解压并运行 Deploy.bat
  2. 完成 初始配置配置 FFmpeg
  3. 仅保留 Deploy.batres 文件夹及 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 .
  4. 在其他PC上,通过 Deploy.batres 文件夹可以进行离线配置。

FAQ

Download speed too slow

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:

  1. Close the batch runtime window;
  2. Open res\download\to-be-downloaded.txt and find the corresponding download URL of that file;
  3. Download that file with browser directly, or through other ways manually;
  4. Move the newly downloaded file into the root directory (the same directory as Deploy.bat );
  5. (If you are performing Deploy FFmpeg, skip this step) Delete the usr\ folder if it exists;
  6. Re-run the Deploy.bat , continue the deployment process. If there is a new file unable to be downloaded, repeat Step 1~6.

Deploy offline

  1. Download One-Click Deployment Batch . Unzip and run Deploy.bat .
  2. Finish the Initial Deployment and Deploy FFmpeg.
  3. Only keep Deploy.bat , res folder and the contents in res . 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 .
  4. On other PC, you can deploy offline with Deploy.bat and res folder.
Clone this wiki locally