module Ripper
Extended Modules
Defined in:
interact/ripper.crConstant Summary
-
BIN_LOC =
Path[Config.binary_location]
Instance Method Summary
-
#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
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")