Skip to content

VidBee_Flutter v2026.06.20.3

Choose a tag to compare

@github-actions github-actions released this 20 Jun 11:54

Fixes

  • YouTube CookieMismatch: Preserve original Netscape cookie fields on import instead of rewriting every cookie to secure=FALSE. The rewrite broke Google __Secure-* prefixed cookies and caused accounts.google.com/CookieMismatch.
  • YouTube URL parsing: Stop stripping query parameters during URL extraction, which turned youtube.com/watch?v=xxx into youtube.com/watch.
  • youtu.be short links: Map youtu.be to youtube.com for cookie lookup, so imported YouTube cookies are actually attached when parsing short links.

Changes

  • Resolve the cookie file per-site for Google properties by merging youtube.com, google.com, accounts.google.com and googleusercontent.com, so split-per-domain storage no longer yields an incomplete auth state.

Tests

  • Add cookie_service tests for cookie field preservation and the Google multi-domain merge.

Full Changelog: v2026.06.20.2...v2026.06.20.3