Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
home
/
plugin.video.playstream
Observar
1
Favorito
2
Fork
0
Código
Issues
2
Pull requests
0
Versões
8
Wiki
Atividade
Kodi plugin to to play various online streams (mostly Latvian)
45
Commits
1
Branch
Tag:
d74019c939
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 }
Criar branch
${ searchTerm }
de d74019c939
${ noResults }
plugin.video.playstream
/
get_version.py
get_version.py
90B
Histórico
Original
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)