视频下载工具 lux 的安装
参考:https://boyinthesun.cn/post/annie/
打开 Windows PowerShell:
问题描述:如果打开 Windows PowerShell 后报错:
+ CategoryInfo : SecurityError: (:) [],PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
解决方案:在 Windows PowerShell 窗口执行Set-ExecutionPolicy Unrestricted
参考链接:https://answers.microsoft.com/en-us/windows/forum/all/fullyqualifiederrorid-unauthorizedaccess/a73a564a-9870-42c7-bd5e-7072eb1a3136
安装 scoop
- 在 PowerShell 中输入下面内容,保证允许本地脚本的执行:
set-executionpolicy remotesigned -scope currentuser
- 然后执行下面的命令安装 Scoop:
- 静待脚本执行完成就可以了,安装成功后,让我们尝试一下:
安装 lux
scoop install lux
lux 的使用
lux video_url
将 video_url
替换为你要下载的视频链接