module Ripper

Extended Modules

Defined in:

interact/ripper.cr

Constant Summary

BIN_LOC = Path[Config.binary_location]

Instance Method Summary

Instance Method Detail

def download_mp3(video_url : String, output_filename : String) #

Downloads the video from the given video_url using the youtube-dl binary Will create any directories that don't exist specified in output_filename

Ripper.download_mp3("https://youtube.com/watch?v=0xnciFWAqa0",
  "Queen/A Night At The Opera/Bohemian Rhapsody.mp3")

[View source]