Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
home
/
plugin.video.playstream
Beobachten
1
Favorisieren
2
Fork
0
Code
Issues
2
Pull-Requests
0
Releases
8
Wiki
Aktivität
Kodi plugin to to play various online streams (mostly Latvian)
22
Commits
1
Branch
Struktur:
7d26dbd821
master
1.27
0.1.38
0.1.36
0.1.35
0.1.32
0.1.30
0.1.29
0.1.26
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „7d26dbd821“
${ noResults }
plugin.video.playstream
/
get_version.py
get_version.py
90B
Verlauf
Originalformat
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)