mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 08:53:13 +05:30
Add support for 'attribution_link'
This commit is contained in:
parent
9122f8acee
commit
1c9085556c
@ -2783,6 +2783,16 @@ get "/profile" do |env|
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
get "/attribution_link" do |env|
|
||||||
|
if query = env.params.query["u"]?
|
||||||
|
url = URI.parse(query).full_path
|
||||||
|
else
|
||||||
|
url = "/"
|
||||||
|
end
|
||||||
|
|
||||||
|
env.redirect url
|
||||||
|
end
|
||||||
|
|
||||||
# Page used by YouTube to provide captioning widget, since we
|
# Page used by YouTube to provide captioning widget, since we
|
||||||
# don't support it we redirect to '/'
|
# don't support it we redirect to '/'
|
||||||
get "/timedtext_video" do |env|
|
get "/timedtext_video" do |env|
|
||||||
|
Loading…
Reference in New Issue
Block a user