Last active
November 26, 2025 22:12
-
-
Save jaylinski/b89aaddc724961ce6f07582adeb450d6 to your computer and use it in GitHub Desktop.
Kodi playlist containing free and public TV streams from DE/AT/CH with DRM support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #KODIPROP:inputstream=inputstream.adaptive | |
| #KODIPROP:inputstream.adaptive.manifest_type=mpd | |
| #KODIPROP:inputstream.adaptive.license_type=com.widevine.alpha | |
| #KODIPROP:inputstream.adaptive.license_key=https://drm.ors.at/acquire-license/widevine?BrandGuid=13f2e056-53fe-4469-ba6d-999970dbe549&userToken=<token>||R{SSM}| | |
| https://orf1.mdn.ors.at/out/u/orf1/drmqxa/manifest.mpd |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@coloms90
package.json{ "name": "kodi-pvr-drm-bot", "version": "1.0.0", "main": "index.js", "type": "module", "dependencies": { "@octokit/core": "^7.0.2" }, "scripts": { "start": "node index.js" } }index.js