自定义文件名不成功
#562
Replies: 5 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
大神你好,我提交问题的截图中的第一个命令行其实就与你这个差不多。现在用了你发给我的命令行,结果也报错
![04](https://user-images.githubusercontent.com/74494307/228120542-a1cf1774-3a1a-4d06-ac0a-fa782629c780.png)
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年3月28日(星期二) 中午11:21
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [nilaoda/BBDown] 自定义文件名不成功 (Discussion #562)
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern <videoTitle><dfn><videoCodecs><audioBandwidth>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
大神你好,我的操作系统是WIN11专业版,在另外一台WIN7系统电脑中也试过,我提交问题的截图中的第一个命令行其实就与你这个差不多。现在用了你发给我的命令行,在WIN11和WIN7中都试过,结果一样的,都报错,截图如下。什么原因呢? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@scytdtf 需要加引号
|
Beta Was this translation helpful? Give feedback.
0 replies
-
感谢大神,终于完美解决!!!
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年3月29日(星期三) 上午10:03
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [nilaoda/BBDown] 自定义文件名不成功 (Discussion #562)
@scytdtf 需要加引号
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern "<videoTitle><dfn><videoCodecs><audioBandwidth>"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我想用命令行自定义下载后的文件名,格式为:视频主标题_视频清晰度_视频编码_音频码率.MP4
然而,我先后使用了5种可能想得到的格式写参数,但都未能成功,有的报错,其他的得到的结果与我的愿望大相径庭,5种写法如下:
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern (videoTitle)(dfn)(videoCodecs)(audioBandwidth)
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern [videoTitle][dfn][videoCodecs][audioBandwidth]
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern "videoTitle""dfn""videoCodecs""audioBandwidth"
bbdown https://www.bilibili.com/video/BV1hk4y147rS --file-pattern videoTitle_dfn_videoCodecs_audioBandwidth
运行的详细结果见以下图,请教如何写参数才能实现我的目的?
运行截图1
运行截图2
Beta Was this translation helpful? Give feedback.
All reactions