Compare commits
No commits in common. "43982c16fa6bb080b9ae61848a54eb44da403bbb" and "9b9d3568495454ec777406101fbfaccef8e3f27c" have entirely different histories.
43982c16fa
...
9b9d356849
@ -118,7 +118,7 @@ def embed_youtube(text):
|
|||||||
queries["start"] = []
|
queries["start"] = []
|
||||||
for t in start_time:
|
for t in start_time:
|
||||||
if t.endswith("s"):
|
if t.endswith("s"):
|
||||||
t = t[:-1]
|
t = start_time[:-1]
|
||||||
if t.isdigit():
|
if t.isdigit():
|
||||||
queries["start"].append(t)
|
queries["start"].append(t)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user