This website works better with JavaScript.
Home
Explore
Help
Sign In
home
/
plugin.video.playstream
Watch
1
Star
2
Fork
0
Code
Issues
2
Pull Requests
0
Releases
8
Wiki
Activity
Kodi plugin to to play various online streams (mostly Latvian)
58
Commits
1
Branch
Tree:
4d5093fc90
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 }
Create branch
${ searchTerm }
from '4d5093fc90'
${ noResults }
plugin.video.playstream
/
get_version.py
get_version.py
90B
History
Raw
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)