Fix: Updated StreamUrlResolver for new page structure

- Page no longer uses obfuscated JavaScript
- playbackURL is now directly in HTML
- Simplified extraction using regex
- Bumped version to 10.0.4
This commit is contained in:
renato97
2026-01-26 22:02:43 +01:00
parent b6612c4544
commit e3aafd3290
2 changed files with 23 additions and 102 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.streamplayer"
minSdk 21
targetSdk 33
versionCode 100300
versionName "10.0.3"
versionCode 100400
versionName "10.0.4"
buildConfigField "String", "DEVICE_REGISTRY_URL", '"http://194.163.191.200:4000"'
}