Releases: captaincolonelfox/TeleTok
Releases · captaincolonelfox/TeleTok
Release 3.1.0
- Add
USER_AGENT
env variable
You MUST TO USE IT from now on - or you will get timeout - Add random
tt_webid_v2
aswell to prevent fingertips timeout in future
Release 3.0.0
Update
- New regular expression: Add video ID validation in case of response with videos from tranding page
- Refactoring:
- Remove
MobileTikTokAPI
,VideoData
- Use async generators in
handle_message()
method - Remove
cytoolz
andbs4
fromrequirements.txt
- Remove
Release 2.2.0
Update
- Parse new TikTok page content with regexp groups
- Refactor code
Release 2.1.0
Update:
- Set argument
follow_redirect=True
inhttpx.AsyncClient
: from version httpx 0.20.0 you must to do it manually - Update
requirements.txt
Release 2.0.3
- Update requirements.txt
Release 2.0.2
- New Tiktok API for mobile links (shared through mobile app)
- Removed Likee
Release 1.5.3
Merge pull request #10 from captaincolonelfox/dev Release 1.5.3
Release 1.5.2
Merge pull request #9 from captaincolonelfox/dev Release 1.5.2
Release 1.5.1
- Increase
client
timeout to 30 seconds
Release 1.5.0
- Use context manager for
AsyncClient
- Add
https
protocol to url, if it doesnt have it