diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index af3e01f14..ba44f927d 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -310,7 +310,7 @@ def handle_youtube_links(url): else: seconds = 0 t = minutes*60 + seconds html = f' 0: try: html += f' params="start={int(t)}"' except: abort(400, f"Something is wrong with the url you submitted ({url}) and it couldn't be parsed.") html += '>'