forked from Fijxu/invidious
Use legit User-Agent instead of Crystal
User-Agent.
This commit is contained in:
parent
2027a35e5a
commit
d641bcbf5d
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ module Invidious::Routes::VideoPlayback
|
|||
headers["Range"] = "bytes=#{range_for_head}"
|
||||
end
|
||||
|
||||
headers["Alt-Used"] = host
|
||||
headers["Origin"] = "https://www.youtube.com"
|
||||
headers["Referer"] = "https://www.youtube.com/"
|
||||
headers["User-Agent"] = "Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0"
|
||||
|
|
Loading…
Reference in a new issue