Update iptv.py
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ for url in urls:
|
|||||||
name = item.get('name')
|
name = item.get('name')
|
||||||
urlx = item.get('url')
|
urlx = item.get('url')
|
||||||
if 'udp' in urlx or 'rtp' in urlx:
|
if 'udp' in urlx or 'rtp' in urlx:
|
||||||
pass
|
continue # 跳过包含'udp'或'rtp'的行
|
||||||
if 'http' in urlx:
|
if 'http' in urlx:
|
||||||
urld = f"{urlx}"
|
urld = f"{urlx}"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user