mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Use absolute paths in /opensearch.xml
This commit is contained in:
parent
568e55dfa6
commit
ca4e8b800c
1 changed files with 2 additions and 2 deletions
|
@ -521,8 +521,8 @@ get "/opensearch.xml" do |env|
|
|||
xml.element("LongName") { xml.text "Invidious Search" }
|
||||
xml.element("Description") { xml.text "Search for videos, channels, and playlists on Invidious" }
|
||||
xml.element("InputEncoding") { xml.text "UTF-8" }
|
||||
xml.element("Image", width: 48, height: 48, type: "image/x-icon") { xml.text "/favicon.ico" }
|
||||
xml.element("Url", type: "text/html", method: "get", template: "/search?q={searchTerms}")
|
||||
xml.element("Image", width: 48, height: 48, type: "image/x-icon") { xml.text "https://invidio.us/favicon.ico" }
|
||||
xml.element("Url", type: "text/html", method: "get", template: "https://invidio.us/search?q={searchTerms}")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue