module

LikeeScraper::VideoCollector

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

Constants

MAX_VIDEOS_PER_PAGE = 100

Class methods

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.

Source