Skip to content

emrecengdev/yt-dlp-videonames-length-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Metadata extractor python script for yt-dlp. It extracts only the video title and duration (in seconds) from the resulting output.json file. Of course, the playlist track will be written before the video title.

Usage ; Install Yt-dlp on your system with its own instructions. After that, run this code for export all metadata as output.json

yt-dlp --skip-download -J "playlistlink" > output.json

Replace playlistlink with the youtube playlist link you want. After the process is complete ;

python3 extract_video_info.py > video_info.md 

to get the final output. Congratulations, that was all.

About

a basic python script for yt-dlp. Its only extract video names and length information as markdown format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages