master
Aevann 2024-07-22 02:20:45 +03:00
parent 1cd7ffcacb
commit a1c194bb20
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ def handle_youtube_links(url):
if not t:
t = params.get('t', params.get('start', [0]))[0]
if not t:
t = params.get('time_continue')[0]
t = params.get('time_continue', [0])[0]
if isinstance(t, str):
t = t.replace('s','').replace('S','')
split = t.split('m')