diff --git a/ustvgo_iptv.py b/ustvgo_iptv.py index a9ef25d..83d6a53 100644 --- a/ustvgo_iptv.py +++ b/ustvgo_iptv.py @@ -35,7 +35,7 @@ # vlc http://127.0.0.1:6363/ustvgo.m3u8 -VERSION = '0.1.7' +VERSION = '0.1.8' USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 ' '(KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36') USTVGO_HEADERS = {'Referer': 'https://ustvgo.tv', 'User-Agent': USER_AGENT}