forked from MarseyWorld/MarseyWorld
fix yt
parent
1cd7ffcacb
commit
a1c194bb20
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue