Skip to content

Simple shell script to help download videos/parts of videos using youtube-dl.

License

Notifications You must be signed in to change notification settings

jeannkim/ytdl-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ytdl-helper

Simple shell script to help download parts of YouTube videos in high quality using youtube-dl.

Uses commands described in this StackExchange answer.

Only requires YouTube URL, start timestamp, and length of clip. Can also specify what name to save the video as.

Current script only downloads as .mp4. Function verified on Windows 10.

to use

Download youtube-dl. Place download.sh in the same directory as youtube-dl.exe. Run the shell script. Demonstration below:

demo

The finished video will save in the same directory as download.sh and youtube-dl.exe.

Inputting a simple number like 12 equates to 00:00:12 (12 seconds) for the start time/duration.

to add

  • End timestamp function
  • Ability to choose file extension (even audio?)

About

Simple shell script to help download videos/parts of videos using youtube-dl.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages