Windows 视频下载工具 lux 的安装及使用

视频下载工具 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

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

在这里插入图片描述

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

在这里插入图片描述

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

在这里插入图片描述

安装 lux

scoop install lux

在这里插入图片描述

lux 的使用

lux video_url

video_url 替换为你要下载的视频链接
在这里插入图片描述


版权声明:本文为weixin_46034990原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。