This website works better with JavaScript.
Home
Explore
Help
Sign In
home
/
PlayStream.bundle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Plex plugin to to play various online streams (mostly Latvian).
57
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
PlayStream.bundle
/
get_version.py
get_version.py
85B
Permalink
History
Raw
1
2
import re,sys
print re.search('VERSION = "([^"]+)',open(sys.argv[1]).read()).group(1)