Compare commits
3 Commits
9b9d356849
...
43982c16fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 43982c16fa | |||
| e33e4196ab | |||
|
|
a11c336cf5 |
@ -118,7 +118,7 @@ def embed_youtube(text):
|
||||
queries["start"] = []
|
||||
for t in start_time:
|
||||
if t.endswith("s"):
|
||||
t = start_time[:-1]
|
||||
t = t[:-1]
|
||||
if t.isdigit():
|
||||
queries["start"].append(t)
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user