module TikToker::Downloader
Defined in:
tiktoker/downloader.crtiktoker/downloader/video_downloader.cr
Constant Summary
-
Log =
::Log.for(self)
Class Method Summary
-
.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.
- .download_users(sec_uids : Array(SecUID)) : Nil
Class Method Detail
Iterates through the sec_uid profile feed from the current cursor to the oldest post, downloading all posts it can find.