v0.1.1
Highlights
- Refactored
query_videossurface around iterator-based methods andQueryVideosOptionsdataclass. - Removed the (non-functional)
scrapersubpackage from the wheel — it was silently shipped in v0.1.0.
Breaking changes
query_user_videos/iter_*removed,query_videosis now used as the general entry point. Usequery_videos,query_videos_pages,query_videos_by_id,query_videos_by_usernameinstead.PageOptions/QueryOptionsTypedDicts removed. UseQueryVideosOptionsdataclass.- New
query_user_info(username)method to call the Query User Info endpoint. [scraper]optional-dependency removed; the subpackage is no longer in the wheel.
See README quickstart for migrated examples.