Skip to content

Commit 8ae2787

Browse files
committed
Adding IPTV regex to banlist
In recent days I get a lot of IPTV lists. Examples: https://twitter.com/dumpmon/status/618119585674477568 https://twitter.com/dumpmon/status/618118349894103040
1 parent aceb35d commit 8ae2787

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/regexes.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
re.compile(r'Multi Theft Auto: ', re.I),
4848
re.compile(r'Initializing cgroup subsys cpuset', re.I),
4949
re.compile(r'Init vk network', re.I),
50-
re.compile(r'MediaTomb UPnP Server', re.I)
50+
re.compile(r'MediaTomb UPnP Server', re.I),
51+
re.compile(r'#EXTM3U\n#EXTINF:', re.I)
5152
]
5253
}

0 commit comments

Comments
 (0)