mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Use short URL for sharing videos
This commit is contained in:
parent
8ba45808be
commit
8521f04087
2 changed files with 3 additions and 2 deletions
|
@ -1240,7 +1240,7 @@ def process_video_params(query, preferences)
|
|||
quality = query["quality"]?
|
||||
region = query["region"]?
|
||||
related_videos = query["related_videos"]? && (query["related_videos"] == "true" || query["related_videos"] == "1").to_unsafe
|
||||
speed = query["speed"]?.try &.to_f?
|
||||
speed = query["speed"]?.try &.rchop("x").to_f?
|
||||
video_loop = query["loop"]?.try &.to_i?
|
||||
volume = query["volume"]?.try &.to_i?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue