Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 473 Bytes

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.