VidBee_Flutter v2026.06.20.3
Fixes
- YouTube
CookieMismatch: Preserve original Netscape cookie fields on import instead of rewriting every cookie tosecure=FALSE. The rewrite broke Google__Secure-*prefixed cookies and causedaccounts.google.com/CookieMismatch. - YouTube URL parsing: Stop stripping query parameters during URL extraction, which turned
youtube.com/watch?v=xxxintoyoutube.com/watch. youtu.beshort links: Mapyoutu.betoyoutube.comfor 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.comandgoogleusercontent.com, so split-per-domain storage no longer yields an incomplete auth state.
Tests
- Add
cookie_servicetests for cookie field preservation and the Google multi-domain merge.
Full Changelog: v2026.06.20.2...v2026.06.20.3