Aevann 2023-02-24 02:46:39 +02:00
parent 1c3d6cad30
commit a42729329f
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@ def handle_youtube_links(url):
id = split[0]
t = split[1]
id = id.split('?')[0]
if yt_id_regex.fullmatch(id):
if not t:
t = params.get('t', params.get('start', [0]))[0]