Kodi plugin to to play various online streams (mostly Latvian)

get_version.py 90B

12
  1. import re,sys
  2. print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)