module LikeeScraper::VideoCollector

Overview

The VideoCollector module defines the interaction with the Likee API to fetch videos from the user profile.

Defined in:

likee_scraper/user_profile/video_collector.cr

Constant Summary

MAX_VIDEOS_PER_PAGE = 100

Class Method Summary

Class Method Detail

def self.collect_each(user_id : String, last_post_id : String = "", &) #

Yields each video from the user profile. It iterates through all pages from the newest video to the oldest video.


[View source]