Gilberto

Results 1 comments of Gilberto

It's not bugged, you have to first build the API object. Try: ```python3 api = TikTokApi() video = api.video(url=url) # error here videoName = video.as_dict videoBytes = video.bytes() with open("tiktok/video.mp4",...