mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 13:44:14 +01:00
subtitle.wrstsegment: fix a crash from a fix in 4.3
This commit is contained in:
parent
08a85a97e9
commit
8771cde5f6
@ -450,7 +450,7 @@ def tt_text(node, data):
|
||||
|
||||
|
||||
def strdate(datestring):
|
||||
match = re.search(r"^(\d+:\d+:[\.0-9]+) --> (\d+:\d+:[\.0-9]+)", datestring)
|
||||
match = re.search(r"^(\d+:\d+:[\.,0-9]+) --> (\d+:\d+:[\.,0-9]+)", datestring)
|
||||
return match
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user