class Ydl::Video

Defined in:

ydl.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String) #

[View source]
def self.new(json : JSON::Any) #

[View source]

Instance Method Detail

def audio_formats : Array(Ydl::Format) #

[View source]
def download(id : String) #

[View source]
def download(format : Ydl::Format) #

[View source]
def download_name(format : Ydl::Format) #

[View source]
def full_formats : Array(Ydl::Format) #

[View source]
def title : String #

[View source]
def url : String #

[View source]