We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aceb35d + 8ae2787 commit e25abe7Copy full SHA for e25abe7
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