diff --git a/files/helpers/sanitize.py b/files/helpers/sanitize.py index 46b48cf41..008299102 100644 --- a/files/helpers/sanitize.py +++ b/files/helpers/sanitize.py @@ -321,7 +321,7 @@ def handle_youtube_links(url): if not t: t = params.get('t', params.get('start', [0]))[0] if isinstance(t, str): - t = t.replace('s','') + t = t.replace('s','').replace('S','') split = t.split('m') if len(split) == 2: minutes = int(split[0])