Stash v0.9.16 don't download
Pre-releasefix(download): drop broken yt-dlp player_client override on MAX tier
The MAX tier hardcoded --extractor-args youtube:player_client=web_music,android_music,ios_music,tv,web which
became fully broken in late 2025: web_music demands a GVS PO Token
the app cannot acquire, android_music + ios_music are unsupported
in current yt-dlp, and tv returns DRM-protected formats. The web
client at the end of the list also returned no formats matching the
restrictive 141/251/140/bestaudio selector, so every MAX-tier
download failed with "Requested format is not available."
Letting yt-dlp use its own current default client list works because
the bundled youtubedl-android (0.17.2) tracks a yt-dlp version that
knows which clients still serve free formats. Format preference
broadened to 141 → 140 → 251 → 250 → bestaudio so a single missing
itag doesn't fail the download.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
Install
Download the .apk below and open it on your Android device. If you've got a previous Stash release installed, this upgrades in place — your library, sync history, and settings are preserved.
Requires: Android 8.0 (API 26) or newer.
See the README for first-time setup.
Full Changelog: v0.9.15...v0.9.16