class TikToker::Downloader::VideoDownloader

Overview

A Downloader::VideoDownloader downloads a single TikTok::Post.

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

Defined in:

tiktoker/downloader/video_downloader.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(post : TikTok::Post) #

[View source]

Instance Method Detail

def call : Bool #

[View source]