All Projects → shekhargulati → youtube-dl-scala

shekhargulati / youtube-dl-scala

Licence: other
Youtube Video downloader for the JVM

Programming Languages

scala
5932 projects
java
68154 projects - #9 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].