How can I download the video description of a YouTube video without downloading the video with youtube-dl?

Franck Dernoncourt

How can I download the video description of a YouTube video without downloading the video with youtube-dl?

Anaksunaman

You can use the following options:

  • --write-description

  • --skip-download

  • --youtube-skip-dash-manifest

Example

youtube-dl https://www.youtube.com/watch?v=4o0r9unT4L4 --write-description --skip-download --youtube-skip-dash-manifest

Descriptions are downloaded as .description files, which are just normal text files.


Note that if a video description is blank, a 0-byte file will be produced.


References

youtube-dl - Only download descriptions - Issue #8593

youtube-dl - Official Documentation

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I download just the info-json files using youtube-dl, without downloading the actual video?

From Dev

How to open youtube video with youtube-dl

From Dev

Download the lowest quality video with youtube-dl

From Dev

youtube-dl : Downloading a youtube user's complete video collection

From Dev

How can I pause/resume download in youtube video?

From Dev

How can I pause/resume download in youtube video?

From Dev

How can I download this tricky, non-YouTube flash video?

From Dev

Youtube video description on colorbox

From Dev

youtube-dl - download video from YouTube with subtitles - Tutorial

From Dev

How do I download with youtube-dl to get video title as filename?

From Dev

Extract specific frames of youtube video without downloading video

From Dev

Extract specific frames of youtube video without downloading video

From Dev

Capture YouTube video for further processing without downloading the video

From Dev

Changing name of the video while downloading via youtube-dl

From Dev

Unable to download youtube video

From Dev

How can I list video resolutions in youtube-dl while using it as a python module?

From Dev

How to download video ads from Youtube?

From Dev

How can I download an age-restricted YouTube video to my computer, free of charge?

From Dev

How to play youtube video?

From Dev

How to play youtube video?

From Dev

How to download multiple video playlist by youtube-dl and avoid repeated recheck?

From Dev

How to download video format 1 or format 2 using youtube-dl?

From Dev

Cant download youtube buffered video

From Dev

How to embed video without Youtube or Vimeo?

From Dev

How can I remove the youtube branding completely from embedded video?

From Dev

How can I align YouTube embedded video in the center in bootstrap

From Java

How can I embed a YouTube video on GitHub wiki pages?

From Dev

How can I query wikidata with a freebase id from a youtube video?

From Dev

How can I post a comment on a YouTube video? (Node.js)

Related Related

  1. 1

    How can I download just the info-json files using youtube-dl, without downloading the actual video?

  2. 2

    How to open youtube video with youtube-dl

  3. 3

    Download the lowest quality video with youtube-dl

  4. 4

    youtube-dl : Downloading a youtube user's complete video collection

  5. 5

    How can I pause/resume download in youtube video?

  6. 6

    How can I pause/resume download in youtube video?

  7. 7

    How can I download this tricky, non-YouTube flash video?

  8. 8

    Youtube video description on colorbox

  9. 9

    youtube-dl - download video from YouTube with subtitles - Tutorial

  10. 10

    How do I download with youtube-dl to get video title as filename?

  11. 11

    Extract specific frames of youtube video without downloading video

  12. 12

    Extract specific frames of youtube video without downloading video

  13. 13

    Capture YouTube video for further processing without downloading the video

  14. 14

    Changing name of the video while downloading via youtube-dl

  15. 15

    Unable to download youtube video

  16. 16

    How can I list video resolutions in youtube-dl while using it as a python module?

  17. 17

    How to download video ads from Youtube?

  18. 18

    How can I download an age-restricted YouTube video to my computer, free of charge?

  19. 19

    How to play youtube video?

  20. 20

    How to play youtube video?

  21. 21

    How to download multiple video playlist by youtube-dl and avoid repeated recheck?

  22. 22

    How to download video format 1 or format 2 using youtube-dl?

  23. 23

    Cant download youtube buffered video

  24. 24

    How to embed video without Youtube or Vimeo?

  25. 25

    How can I remove the youtube branding completely from embedded video?

  26. 26

    How can I align YouTube embedded video in the center in bootstrap

  27. 27

    How can I embed a YouTube video on GitHub wiki pages?

  28. 28

    How can I query wikidata with a freebase id from a youtube video?

  29. 29

    How can I post a comment on a YouTube video? (Node.js)

HotTag

Archive