TikTokAPI-Python icon indicating copy to clipboard operation
TikTokAPI-Python copied to clipboard

Question: structure of results

Open ingo-m opened this issue 4 years ago • 0 comments

Great project, thanks for making it available!

I noticed that when requesting video metadata by username, using getVideosByUserName(), the results have a different structure than when requesting by hashtag, using getVideosByHashTag(). For example, the key for author information is author for the former, and authorInfos for the latter.

I was wondering, is this difference caused by tiktok itself? Is there a way to adjust this (other than parsing the results afterwards)?

ingo-m avatar Aug 25 '20 15:08 ingo-m