Skip to content

Commit

Permalink
Drop URI_PREFIXES
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles authored and mauricioabreu committed May 10, 2023
1 parent 8c1a047 commit 52243d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion m3u8/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
http://stackoverflow.com/questions/2785755/how-to-split-but-ignore-separators-in-quoted-strings-in-python
'''
ATTRIBUTELISTPATTERN = re.compile(r'''((?:[^,"']|"[^"]*"|'[^']*')+)''')
URI_PREFIXES = ('https://', 'http://', 's3://', 's3a://', 's3n://')

def cast_date_time(value):
return iso8601.parse_date(value)
Expand Down

0 comments on commit 52243d7

Please sign in to comment.