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

时间:2019-12-01 14:49:28

标签: python 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

0 个答案:

没有答案