admin 管理员组

文章数量: 887007

视频下载工具 lux 的安装

参考:https://boyinthesun/post/annie/

打开 Windows PowerShell:

问题描述:如果打开 Windows PowerShell 后报错:+ CategoryInfo : SecurityError: (:) [],PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
解决方案:在 Windows PowerShell 窗口执行 Set-ExecutionPolicy Unrestricted
参考链接:https://answers.microsoft/en-us/windows/forum/all/fullyqualifiederrorid-unauthorizedaccess/a73a564a-9870-42c7-bd5e-7072eb1a3136

安装 scoop

  1. 在 PowerShell 中输入下面内容,保证允许本地脚本的执行:
set-executionpolicy remotesigned -scope currentuser

  1. 然后执行下面的命令安装 Scoop:
iex (new-object net.webclient).downloadstring('https://gitee/glsnames/scoop-installer/raw/master/bin/install.ps1')

  1. 静待脚本执行完成就可以了,安装成功后,让我们尝试一下:
scoop help

安装 lux

scoop install lux

lux 的使用

lux video_url

video_url 替换为你要下载的视频链接

本文标签: 下载工具 视频 Windows lux