Update iptv.py
This commit is contained in:
+1
-1
@@ -380,7 +380,7 @@ for url in urls:
|
|||||||
if isinstance(item, dict):
|
if isinstance(item, dict):
|
||||||
name = item.get('name')
|
name = item.get('name')
|
||||||
urlx = item.get('url')
|
urlx = item.get('url')
|
||||||
if 'udp' not in urlx and 'rtp' not in urlx:
|
if 'udp' in urlx or 'rtp' in urlx:
|
||||||
pass
|
pass
|
||||||
if 'http' in urlx:
|
if 'http' in urlx:
|
||||||
urld = f"{urlx}"
|
urld = f"{urlx}"
|
||||||
|
|||||||
Reference in New Issue
Block a user