We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd415a commit 5139fffCopy full SHA for 5139fff
1 file changed
resources/lib/twitch/parser.py
@@ -5,8 +5,8 @@
5
6
_m3u_pattern = re.compile(
7
r'#EXT-X-MEDIA:TYPE=VIDEO.*'
8
- r'GROUP-ID="(?P<group_id>.\w*)",'
9
- r'NAME="(?P<group_name>\w*)"[,=\w]*\n'
+ r'GROUP-ID="(?P<group_id>[^"]*)",'
+ r'NAME="(?P<group_name>[^"]*)"[,=\w]*\n'
10
r'#EXT-X-STREAM-INF:.*\n('
11
r'?P<url>http.*)')
12
0 commit comments