Skip to content

CLI application to download video's and playlists from Youtube. Based on YoutubeExplode

License

Notifications You must be signed in to change notification settings

maurictg/YTDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YTDownloader

CLI application to download video's and playlists from Youtube. Based on YoutubeExplode

Usage:
YT2MP3.exe [arguments]

Show help page
        -h or 'help'    (Shows this page)

Download type
        -v      (Download a video)
        -p      (Download a playlist)

Set video/playlist URL or ID
        -u [url]        (Specify playlist or video by URL)
        -i [id]         (Specify playlist or video by ID)

Set output folder (optional)
        -o [path]       (Specify output path [optional])

Set the media type of the stream you want to download
        -V      (Video-only stream)
        -A      (Audio-only stream)
        -M      (Muxed stream, video and audio)
        -m [mediatype]  (Set by hand, accepting: 'v', 'video', 'm', 'muxed', 'a' and 'audio')

Other
        -I      (Don't download, but only show information)
        -t      (Set mime type, like 'mp4', 'mp3', 'webm')
        -s      (Skip video if present in directory)

Protip
You can use multiple arguments at once, like to show info about a video by id: YT2MP3 -vIi AkRiYsTN
You can also write this as: YT2MP3 -v -I -i AkRiYsTN

About

CLI application to download video's and playlists from Youtube. Based on YoutubeExplode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages