tiktok_scraper 0.1.0
tiktok_scraper: ^0.1.0 copied to clipboard
A Flutter package for scraping TikTok videos and user data, with features for generating links and validating usernames.
0.1.0 #
Fixed #
- Fixed "No records found" error by adding a default Desktop
User-Agentto all requests. - Added
TiktokScraper.userAgentto allow configuring the User-Agent if needed.
Note #
- Important: It is highly recommended to use the default Desktop User-Agent. Using a mobile User-Agent may trigger TikTok's mobile site, which is not supported by this scraper.
0.0.9 #
Enhanced #
- Added
fromJsonfactories toTiktokVideoandAuthormodels for better serialization support. - Introduced
TikTokExceptionfor cleaner and more specific error handling. - Updated minimum Flutter SDK version to
3.3.0.
Fixed #
- Fixed typo in
TiktokVideo.copyWithparameters (downloadUrl->downloadUrls). - Fixed runtime type errors in
getUserInfoandgetVideoInfoby properly casting map data.
0.0.8 #
Improved #
- Refactor TikTok video handling to support multiple download URLs and add scraping source options