-
-
Notifications
You must be signed in to change notification settings - Fork 443
如何批量下载歌曲 #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
等0.3.38版本。 |
是必须要下载下来么?那有没有什么方法限定最大占用的磁盘空间?文档没有网页接口的介绍不太清楚具体有哪些功能 |
没有这功能。 |
請問一下YT下載失敗,因為我是在台灣不需要加proxy yt-dlp應該不用在自己額外安裝吧? |
你打开调试模式再复现一下,可能需要上传 cookie 才能下载 yt 的。 |
感謝,看來要安裝那邊要說明一下要開啟yt-dlp下載最好是上傳cookie比較保險 |
看日志好像只获取到了第一首? |
已收到你的邮件!
|
哦我知道了,你这个是针对分P的,我这个是个合集,我看看哪天我提个PR吧 |
Uh oh!
There was an error while loading. Please reload this page.
批量下载歌曲依赖的是 yt-dlp 批量下载播放列表里的视频并转为 mp3 实现的。
先进入到歌曲下载工具页面:
已经测试过 B 站和 youtube 两种播放列表,播放列表的链接是有要求,不能有其他多余参数。
比如 B 站的是这样的
https://m.bilibili.com/video/BV1WUsDezE88
youtube 的是这样的
https://m.youtube.com/playlist?list=PLUD2d-pqyvT6_ztf31hx-5SsUUvY5UsQn
输入歌单名字是用于保存的文件夹名字,最好不是已经存在的名字,每次下载歌单都取个新名字比较合适。
已知 youtube 需要上传无痕模式下的 cookies.txt 文件才能正常下载。具体步骤见 #210 。
也支持单独下载一个链接只有一首歌曲的。
The text was updated successfully, but these errors were encountered: