youtube-dl选项,用于获取视频标题而不下载视频

我想从视频列表中获取视频标题。

--flat-playlist选项返回视频ID,但我找不到返回视频标题的选项。

youtube-dl --flat-playlist "https://app.pluralsight.com/library/courses/openid-and-oauth2-securing-angular-apps"
[pluralsight:course] openid-and-oauth2-securing-angular-apps: Downloading JSON metadata
[download] Downloading playlist: Securing Angular Apps with OpenID Connect and OAuth 2
[pluralsight:course] playlist Securing Angular Apps with OpenID Connect and OAuth 2: Collected 58 video ids (downloading 58 of them)
[download] Downloading video 1 of 58
[download] Downloading video 2 of 58
[download] Downloading video 3 of 58
...



--get-filename选项和--get-title选项仅打印第一个视频的名称,然后他们抛出ExtractorError('No video formats found')

youtube-dl --get-title "https://app.pluralsight.com/library/courses/openid-and-oauth2-securing-angular-apps" --verbose
mas500 回答:youtube-dl选项,用于获取视频标题而不下载视频

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2998512.html

大家都在问