What's Changed
- V6.2.0 - Various Fixes by @davidteather in #1089
- known issue #1088
Also, TikTok seems to be detecting the IPs of the GitHub actions 💀 (or ms_tokens are now tied to a specific ip)
================================================== test session starts ==================================================
platform darwin -- Python 3.11.2, pytest-7.4.0, pluggy-1.2.0
rootdir: /Users/davidteather/Documents/GitHub/TikTok-Api
plugins: asyncio-0.21.1
asyncio: mode=Mode.STRICT
collected 18 items
tests/test_comments.py . [ 5%]
tests/test_hashtag.py .... [ 27%]
tests/test_integration.py . [ 33%]
tests/test_search.py .s [ 44%]
tests/test_sound.py .. [ 55%]
tests/test_trending.py . [ 61%]
tests/test_user.py ... [ 77%]
tests/test_video.py ..s. [100%]
======================================= 16 passed, 2 skipped in 84.27s (0:01:24) ========================================
tests pass though 🫡
Full Changelog: V6.1.1...V6.2.0