summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious.cr4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index f84c813e..56064393 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -483,8 +483,6 @@ get "/watch" do |env|
video.description_html = replace_links(video.description_html)
host_url = make_host_url(config, Kemal.config)
- host_params = env.request.query_params
- host_params.delete_all("v")
if video.player_response["streamingData"]?.try &.["hlsManifestUrl"]?
hlsvp = video.player_response["streamingData"]["hlsManifestUrl"].as_s
@@ -659,8 +657,6 @@ get "/embed/:id" do |env|
video.description_html = replace_links(video.description_html)
host_url = make_host_url(config, Kemal.config)
- host_params = env.request.query_params
- host_params.delete_all("v")
if video.player_response["streamingData"]?.try &.["hlsManifestUrl"]?
hlsvp = video.player_response["streamingData"]["hlsManifestUrl"].as_s