Fix Fountain.fm episode cards: use Tauri HTTP plugin for CORS bypass

- Import fetch from @tauri-apps/plugin-http (browser fetch was CORS-blocked)
- Add fountain.fm to Tauri HTTP capability scope
- Extract og:audio meta tag for reliable audio URL resolution
- Parse OG title into show name + episode title
This commit is contained in:
Jure
2026-04-03 15:01:06 +02:00
parent ba3ef9e2c8
commit aa57ff4cd8
3 changed files with 16 additions and 6 deletions

View File

@@ -14,7 +14,8 @@
{ "url": "https://nostr.build/**" },
{ "url": "https://void.cat/**" },
{ "url": "https://nostrimg.com/**" },
{ "url": "https://relay.vertexlab.io/**" }
{ "url": "https://relay.vertexlab.io/**" },
{ "url": "https://fountain.fm/**" }
]
},
"dialog:default",