diff --git a/js/app.js b/js/app.js index 25be6895..1a58ee62 100644 --- a/js/app.js +++ b/js/app.js @@ -3476,6 +3476,10 @@ class bitvidApp { } if (response.type === "opaque") { + const fallback = await this.probeUrlWithVideoElement(trimmed); + if (fallback && fallback.outcome) { + return fallback; + } return { outcome: "opaque" }; }