Skip to main content

Python SDK v0.2.2

Released: 2026-04-11

What's New

Recording Downloads

  • **** — Bulk download recording files (audio/video) to a local directory with progress bar, type filtering, and skip-existing support
  • **** — Download a single recording file
  • Returns a DataFrame with all recording metadata plus and columns
  • Writes a sidecar file alongside downloaded media

DataFrame Flattening

  • Nested dict columns (, ) are now automatically flattened into top-level columns
  • Sparse ratings DataFrames now include , , , , etc.
  • Original nested dict columns preserved for backward compatibility
  • Works for both pandas and polars output

Example