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)
125
Commits
1
Branch
Branch:
master
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 'master'
${ noResults }
plugin.video.playstream
/
get_version.py
get_version.py
99B
Permalink
History
Raw
1
2
import re,sys
print re.search('<addon.+?%s="([^"]+)'%sys.argv[2],open(sys.argv[1]).read()).group(1)