linux - 从网站下载所有 mp4 视频

标签 linux windows download wget

This是我要下载的讲座的链接。单击每个链接然后下载很烦人。我想从网站下载所有 mp4 文件。如何实现它。我已经搜索了足够长的时间来在这里提问。我已经下载了 Winwget,但我不知道如何下载扩展名为 .mp4 的文件。我对任何操作系统 Windows 10 或 ubuntu 解决方案都很满意。

最佳答案

对于某些网站,您可以使用 youtube-dl python 脚本。

  1. 打开命令提示符
  2. 在那里输入 pip install youtube-dl
  3. 在cmd中编写python脚本如下:

    C:\Users\user_name>youtube-dl 链接

如果是需要登录的网站,比如Udemy,写

 C:\Users\user_name>youtube-dl -u user@gmail.com -p password course_link

关于linux - 从网站下载所有 mp4 视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51222752/

相关文章:

linux - EC2 : Running in Background 上的 Kibana 5.2.0

node.js - 在 Windows 上运行 ubuntu 上的 bash 运行 npm 命令给出错误 "/usr/bin/env: node: No such file or directory"

c# - 如何用自定义应用程序替换 Windows 10 上的登录应用程序

python - 如何远程更新 Python 应用程序

php - 强制下载 msi 文件

c++ - 使用 Wininet 下载二进制文件

c++ - 您如何将所有链接依赖项打包到一个 Linux 静态库中?

linux - 谁阅读正则表达式、Shell 或命令?

windows - 我无法在 Windows 上设置和配置 Common LISP (SBCL)

linux - GNU/Linux 的 HTTP 请求生成器?