Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
/ youtube_dl Public archive
forked from fddayan/youtube_dl

Ruby youtube video downloader wraper

Notifications You must be signed in to change notification settings

MVV90/youtube_dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube_dl gem

This is a youtube_dl video downloader wrapper.

Usage

>> youtube = YoutubeDl::YoutubeVideo.new("http://www.youtube.com/watch?v=zzG4K2m_j5U")
>> video = youtube.download_video
=> "tmp/downloads/zzG4K2m_j5U.mp4"
>> preview = youtube.download_preview
=> "tmp/downloads/zzG4K2m_j5U.jpg"

Changelog

0.0.2

Update youtube_dl script to last binary version. This update fixed download from youtube error.

0.0.1

Initial release.

About

Ruby youtube video downloader wraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.9%
  • Shell 13.1%