class LikeeScraper::UsernameNormalizer

Defined in:

Constant Summary

BASE_URL = URI.parse("https://likee.video")
USER_AGENT = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
USER_ID_REGEX = /"uid"\:"(?<user_id>\d+)",/

Constructors

Instance Method Summary

Constructor Detail

def self.new(identifier : String) #

Instance Method Detail

def call : String? #