Compare commits

..

No commits in common. "43982c16fa6bb080b9ae61848a54eb44da403bbb" and "9b9d3568495454ec777406101fbfaccef8e3f27c" have entirely different histories.

View File

@ -118,7 +118,7 @@ def embed_youtube(text):
queries["start"] = []
for t in start_time:
if t.endswith("s"):
t = t[:-1]
t = start_time[:-1]
if t.isdigit():
queries["start"].append(t)
else: