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