class LikeeScraper::VideoDownloader

Defined in:

likee_scraper/user_profile/video_downloader.cr

Constant Summary

Log = ::Log.for("Downloader")

Constructors

Instance Method Summary

Constructor Detail

def self.new(video : Likee::Video, directory : String | Nil = nil) #

[View source]

Instance Method Detail

def call : Bool #

Downloads a Likee::Video. The video is initially saved to a temporary destination, then it's moved to its definitive destination.


[View source]