You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys first project using an API, maybe is a very dumb question, but I want to use the downloadVideoById() method. The documentation indicates that I have to use it like this TikTokAPI.downloadVideoById(self, videoID, path to download). When I use the method i get an error: NameError: name 'self' is not defined what am I doing wrong? :(
thanks
The text was updated successfully, but these errors were encountered:
Hi guys first project using an API, maybe is a very dumb question, but I want to use the downloadVideoById() method. The documentation indicates that I have to use it like this
TikTokAPI.downloadVideoById(self, videoID, path to download)
. When I use the method i get an error:NameError: name 'self' is not defined
what am I doing wrong? :(thanks
The text was updated successfully, but these errors were encountered: