Skip to content

v0.1.1

Choose a tag to compare

@Nico-AP Nico-AP released this 19 Jun 06:57
· 1 commit to main since this release
10ff35c

Highlights

  • Refactored query_videos surface around iterator-based methods and QueryVideosOptions dataclass.
  • Removed the (non-functional) scraper subpackage from the wheel — it was silently shipped in v0.1.0.

Breaking changes

  • query_user_videos / iter_* removed, query_videos is now used as the general entry point. Use query_videos, query_videos_pages, query_videos_by_id, query_videos_by_username instead.
  • PageOptions / QueryOptions TypedDicts removed. Use QueryVideosOptions dataclass.
  • 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.