Russell-Newton / TikTokPy

Extract data from TikTok without needing any login information or API keys.
https://pypi.org/project/tiktokapipy/
MIT License
192 stars 24 forks source link

Validation Error for Video page #84

Open toeybaa opened 6 months ago

toeybaa commented 6 months ago

By inputting the Tiktok Video URL into the code, some of them returned. Not every URLs that I put will return this, some will work fine.

"1 validation error for VideoPage itemInfo.itemStruct.video.subtitleInfos.0.Version Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='1:ctrl', input_type=str] For further information visit https://errors.pydantic.dev/2.1/v/int_parsing"

or this itemInfo.itemStruct.video.subtitleInfos.1.Version Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='1:llm', input_type=str] For further information visit https://errors.pydantic.dev/2.1/v/int_parsing

Using version 0.2.4 but upgrading to 0.2.4post2 doesn't really change anything

yanhong-zhao-ef commented 4 months ago

same here

amadejkastelic commented 1 week ago

Opened a PR: #86