davidteather / TikTokBot

A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg
Other
347 stars 61 forks source link

Line 149, 151 when searching by hashtag #27

Open beardviking opened 2 years ago

beardviking commented 2 years ago

Traceback (most recent call last): File "C:\Users\vikin\hitheretiktok\TikTokBot\tiktokbot.py", line 149, in b = api.get_Video_By_TikTok(results[x], custom_did=did) AttributeError: 'TikTokApi' object has no attribute 'get_Video_By_TikTok'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\vikin\hitheretiktok\TikTokBot\tiktokbot.py", line 151, in b = api.get_Video_By_DownloadURL( AttributeError: 'TikTokApi' object has no attribute 'get_Video_By_DownloadURL'