Skip to content

Commit

Permalink
Merge pull request #493 from DarkCrypt/App-Stremio-Fix
Browse files Browse the repository at this point in the history
Fix Stremio
  • Loading branch information
ImranR98 authored Feb 6, 2025
2 parents 5a5e55c + 8a1f550 commit 4557e1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data/apps/com.stremio.one.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
"url": "https://www.stremio.com/downloads",
"author": "www.stremio.com",
"name": "Stremio",
"additionalSettings": "{\"intermediateLink\":[],\"customLinkFilterRegex\":\"\",\"filterByLinkText\":false,\"skipSort\":false,\"reverseSort\":true,\"sortByLastLinkSegment\":false,\"versionExtractWholePage\":false,\"requestHeader\":[{\"requestHeader\":\"User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\"}],\"defaultPseudoVersioningMethod\":\"APKLinkHash\",\"trackOnly\":false,\"versionExtractionRegEx\":\"android/v([^-]+)-\",\"matchGroupToUse\":\"1\",\"versionDetection\":true,\"useVersionCodeAsOSVersion\":false,\"apkFilterRegEx\":\"v8a\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"\",\"supportFixedAPKURL\":false}"
"additionalSettings": "{\"intermediateLink\":[],\"customLinkFilterRegex\":\"\",\"filterByLinkText\":false,\"skipSort\":false,\"reverseSort\":false,\"sortByLastLinkSegment\":false,\"versionExtractWholePage\":false,\"requestHeader\":[{\"requestHeader\":\"User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\"}],\"defaultPseudoVersioningMethod\":\"partialAPKHash\",\"trackOnly\":false,\"versionExtractionRegEx\":\"[0-9]+\\\\.[0-9]+\\\\.[0-9]+\",\"matchGroupToUse\":\"\",\"versionDetection\":true,\"useVersionCodeAsOSVersion\":false,\"apkFilterRegEx\":\"-\\\\d{7}-arm64\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"allowInsecure\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"\",\"refreshBeforeDownload\":false}"
}
],
"icon": "https://www.stremio.com/website/stremio-logo-small.png",
"categories": [
"video_player"
"video_player",
"media_frontends"
],
"description": {
"en": null
"en": "A video streaming application that allows you to watch and organize video content from different services, including movies, series, live TV and video channels."
}
}

0 comments on commit 4557e1e

Please sign in to comment.