We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aceb35d commit 8ae2787Copy full SHA for 8ae2787
lib/regexes.py
@@ -47,6 +47,7 @@
47
re.compile(r'Multi Theft Auto: ', re.I),
48
re.compile(r'Initializing cgroup subsys cpuset', re.I),
49
re.compile(r'Init vk network', re.I),
50
- re.compile(r'MediaTomb UPnP Server', re.I)
+ re.compile(r'MediaTomb UPnP Server', re.I),
51
+ re.compile(r'#EXTM3U\n#EXTINF:', re.I)
52
]
53
}
0 commit comments