Skip to content

Commit b02e209

Browse files
committed
update m3u_pattern
1 parent c3dbdf1 commit b02e209

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addon.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.module.python-twitch" name="python-twitch for Kodi" version="1.0.0~alpha1" provider-name="A Talented Community">
2+
<addon id="script.module.python.twitch" name="python-twitch for Kodi" version="1.0.0~alpha1" provider-name="A Talented Community">
33
<requires>
44
<import addon="xbmc.python" version="2.1.0"/>
55
<import addon="script.module.six" version="1.9.0"/>

resources/lib/twitch/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from twitch.logging import log
55

66
_m3u_pattern = re.compile(
7-
r'#EXT-X-MEDIA:.*'
7+
r'#EXT-X-MEDIA:TYPE=VIDEO.*'
88
r'GROUP-ID="(?P<group_id>.\w*)",'
99
r'NAME="(?P<group_name>\w*)"[,=\w]*\n'
1010
r'#EXT-X-STREAM-INF:.*\n('

0 commit comments

Comments
 (0)