autoupdate feature

This commit is contained in:
Azlux
2019-06-04 02:23:28 +02:00
parent 4f585952c7
commit a9824537e9
5 changed files with 63 additions and 17 deletions

View File

@ -5,7 +5,6 @@ import json
import http.client
import struct
def get_radio_server_description(url):
p = re.compile('(https?\:\/\/[^\/]*)', re.IGNORECASE)
res = re.search(p, url)