You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i need to manage an m3u list that have a \n in channel title.. this breaks the regex/perline parsing and make the tool unusable
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/bin/iptv-filter", line 8, in <module>
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/iptvtools/iptv_filter.py", line 73, in main
playlist.parse()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/iptvtools/models.py", line 68, in parse
self._parse(self.args.inputs)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/iptvtools/models.py", line 95, in _parse
current_item = parsers.parse_tag_inf(line)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/iptvtools/parsers.py", line 35, in parse_tag_inf
res = match.groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'
Here a test case, put it in an m3u file and try to use the tool on it
Hello, i need to manage an m3u list that have a
\n
in channel title.. this breaks the regex/perline parsing and make the tool unusableHere a test case, put it in an m3u file and try to use the tool on it
can we fix this somehow?
this is a similar issue as #16
The text was updated successfully, but these errors were encountered: