We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cbd7c commit b04ab05Copy full SHA for b04ab05
app/src/main/java/com/perflyst/twire/tasks/GetStreamURL.kt
@@ -76,7 +76,7 @@ class GetStreamURL(
76
}
77
78
var streamUrl =
79
- (if (isLive) "https://usher.ttvnw.net/api/channel/hls/$channelOrVod.m3u8" else "https://usher.ttvnw.net/vod/$channelOrVod") +
+ ("https://usher.ttvnw.net/${if (isLive) "api/channel/hls" else "vod"}/$channelOrVod.m3u8") +
80
"?player=twitchweb&" +
81
"&token=${safeEncode(token)}" +
82
"&sig=$signature" +
0 commit comments