最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

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

业界 admin 69浏览 0评论

视频下载工具 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 替换为你要下载的视频链接

视频下载工具 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 替换为你要下载的视频链接

发布评论

评论列表 (0)

  1. 暂无评论