make-ffmpeg: escape colons in title
This commit is contained in:
parent
6ec541d49a
commit
4cfe3f7a08
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ def enqueue_job(event):
|
|||
event_personnames = event_personnames.replace('"', '')
|
||||
|
||||
t = fit_title(event_title)
|
||||
t = t.replace(':', "\:") # the ffmpeg command needs colons to be escaped
|
||||
s = fit_speaker(event_personnames)
|
||||
|
||||
if args.debug:
|
||||
|
|
Loading…
Add table
Reference in a new issue