Releases: davidteather/TikTok-Api
V6.5.2 - Remove a Print Statement
remove a print stmt
V6.5.1 - Add Webkit Browser Default
Full Changelog: V6.5.0...V6.5.1
V6.5.0 - Add Byte Streaming Support
What's Changed
- Add streaming download option to Video.bytes() by @cmooredev in #1186
New Contributors
- @cmooredev made their first contribution in #1186
Full Changelog: V6.4.0...V6.5.0
V6.4.0 - Add Video Download Support, Add Playlists, misc fixes
PR: #1178
@lhphat02
Fix user.videos crawling issue (https://github.com/davidteather/TikTok-Api/pull/1141[)](https://github.com/davidteather/TikTok-Api/pull/1178/commits/4d7e0c03055d8a07776c11d85723b208201b9266)
4d7e0c0
@ekorian
added support for statsV2 (https://github.com/davidteather/TikTok-Api/pull/1143[)](https://github.com/davidteather/TikTok-Api/pull/1178/commits/dd208c14880ea5603e9abf17e706938d073701ff)
dd208c1
@bendavidsteel
Restored functionality for download bytes method (https://github.com/davidteather/TikTok-Api/pull/1174[)](https://github.com/davidteather/TikTok-Api/pull/1178/commits/9bc381e63b2f3e5692e039599f4717c8b50b6266)
9bc381e
@wu5bocheng
[PlayList] Add playlist to the user scrapy api (https://github.com/davidteather/TikTok-Api/pull/1177[)](https://github.com/davidteather/TikTok-Api/pull/1178/commits/dbcb6c9da349fce4b99a2b7d4f9509b770cdf9ff)
V6.3.0 - Fixes And Additional URL Params
V6.2.2 - New Safe Character Encoding
V6.2.1 - Small Count Bug Fixes
What's Changed
-
V6.2.1 by @davidteather in #1113
-
Fix count parameter for hashtag, user, and trending classes (#1108)
-
Fix trending count (#1103)
-
Made author field optional (#1099)
-
Fixed issue where error is raised for some videos that are missing the "author" field
Full Changelog: V6.2.0...V6.2.1
V6.2.0 - Various Bug Fixes
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
V6.1.1 - Add Option To Suppress Playwright From Loading Different Resource Types
Can use suppress_resource_load_types=["image", "media"]
in api.create_sessions()
to stop playwright from loading the given media types
What's Changed
- Installation now requires python3.9+ by @dronavallipranav in #1046
- Add an option to disable image & other resources form loading in playwright by @Wixome in #1048
New Contributors
Full Changelog: V6.1.0...V6.1.1
Upgrade with
pip install TikTokApi --upgrade
V6.1.0 - Add User's Liked Videos
What's Changed
- Add user like by @dronavallipranav in #1043
New Contributors
- @dronavallipranav made their first contribution in #1043
Upgrade with
pip install TikTokApi --upgrade