49

🔨工具:优雅地下载Youtube视频

 3 years ago
source link: https://vincentqin.tech/posts/youtube-downloader/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

🔨工具:优雅地下载Youtube视频

Posted on

2021-10-31

Views: 33 Comments: 0

“Parsing failure: YouTube downloads are not available”

yt-dl-fig2.jpg

用了两年的Free Download Manager前阵子突然不支持下载Youtube视频,本以为只有我存在这个问题,逛了下论坛的这个问题,发现大家都遇到这个问题。

开发者给出的解释如下:

We’ve got a claim from Google regarding this functional (download from YouTube). We had to turn if off temporarily until we resolve this issue with Google.

yt-dl-fig3.jpg

好吧,那就静候佳音,另寻他法吧。

YT-DLP

GitHub 上一个比较有名的 repo youtube-dl 可以一试,不过最近又寻得一个基于youtube-dl 开发的 YT-DLP

yt-dl-banner.svg

File Description yt-dlp Platform-independant binary. Needs Python (recommended for UNIX-like systems) yt-dlp.exe Windows (Win7 SP1+) standalone x64 binary (recommended for Windows)

目前支持的网站包括Supported sites

如下载这个视频https://youtu.be/95Eysm0IeB0,可使用如下命令:

yt-dlp --proxy 127.0.0.1:1080 -f best https://youtu.be/95Eysm0IeB0

其中--proxy表示添加代理,-f表示下载格式,best表示视频+音频效果最优。

yt-dl-fig8.jpg

另外可以通过--list-formats查看支持的下载格式,如上述视频可下载的格式有:

yt-dl-fig9.jpg

可以看到,best对应于上图中的ID = 22,若想下载其它格式的视频可以用-f ID

此外,使用Python脚本代替命令行进行下载也是比较简单,脚本如下:

import yt_dlp

ydl_opts = {
'proxy': '127.0.0.1:1080',
'format': 'best',
'restrict-filenames': True,
}

with yt_dlp.YoutubeDL(ydl_opts) as ydl:
ydl.download(['https://youtu.be/95Eysm0IeB0'])

TODO: 高级用法以及GUI界面的使用。


Recommend

  • 9
    • kenengba.com 3 years ago
    • Cache

    下载Youtube视频的23种方法

    下载Youtube视频的23种方法 阅读时间 6 分钟,快速阅读仅需 2 分钟。这篇文章似乎有点非法,因为如果...

  • 8
    • www.lujun9972.win 3 years ago
    • Cache

    如何下载YouTube视频

    如何下载YouTube视频 - 暗无天日 如何下载YouTube视频 Want to download a YouTube video? Just add "ss" to the URL between "www." and "YouTube." 想要下载YouTube视频吗? 只需要在URL中 "www." 与 "YouTube." 之间添加...

  • 10
    • kevinnan.org.cn 3 years ago
    • Cache

    多种方法下载Youtube视频

    之前推荐过一个网站Youtube视频和字幕在线下载用来下载Youbute的视频。今天再介绍一个基于python的命令行工具youtube-dl和python第三方库pytube在本地下载Youtube视频。(Note:使...

  • 5

    创作集优雅地下载我的B站投币视频 发表于 2019-06-02 • 字数统计 328 • 被 34870 人看爆下载B站视频很简单,you-get 一行命令的事,但我已经...

  • 11

    当前位置: 陈沩亮博客 » 软件 » 电脑软件 » 如何下载油管上...

  • 8

    B23Downloader 是一款Windows下,可用来下载 B 站视频、直播、漫画的开源工具。基于 Qt C++ 开发,遵守GPL开源协议。运行后只需粘贴 URL 地址即可选择

  • 4

    「Go工具箱」一个能下载各种视频的开源工具 yudotyang · 大约8小时之前...

  • 11

    电脑技术:下载YouTube油管视频和字幕的2种方法 By: taho

  • 6
    • einverne.github.io 2 years ago
    • Cache

    下载 YouTube 视频方法总结

    之前就简单地介绍过使用yt-dlp 来下载 YouTube 视频,yt-dlp 是自从 youtube-dl 不再更新之后有人接手开发的新工具。但这篇文章重点是在于下载 YouTube 视频,我会整理一下我目...

  • 5

    小白很久之前介绍过一款好用的YouTube视频下载工具:Youtube 专业下载工具,Youtube-dl & yt-dlp详细使用教程与初学上手示例,我们可以非常方便的把自己喜欢的油管up主的视频下载下来,但是每次都需要手动输...

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK