module TikToker::Downloader

Defined in:

tiktoker/downloader.cr
tiktoker/downloader/video_downloader.cr

Constant Summary

Log = ::Log.for(self)

Class Method Summary

Class Method Detail

def self.download_user(sec_uid : SecUID, cursor : String = "0") : Nil #

Iterates through the sec_uid profile feed from the current cursor to the oldest post, downloading all posts it can find.


[View source]
def self.download_users(sec_uids : Array(SecUID)) : Nil #

[View source]