Skip to content

shekhargulati/youtube-dl-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-dl-scala

Simple API written in Scala to download Youtube videos.

val downloader = new YoutubeDownloader(videoUrl)
val videoInfo = downloader.extractVideoInfo()
downloader.download(videoInfo, Paths.get("my_videos_directory"))

This will download video in the the my_videos_directory.

About

Youtube Video downloader for the JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published