mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-15 01:48:33 +00:00
Merge branch 'iv-org:master' into master
This commit is contained in:
commit
0bf1628216
@ -202,7 +202,7 @@ module Invidious::Routes::Feeds
|
||||
xml.element("link", rel: "self", href: "#{HOST_URL}#{env.request.resource}")
|
||||
xml.element("id") { xml.text "yt:channel:#{ucid}" }
|
||||
xml.element("yt:channelId") { xml.text ucid }
|
||||
xml.element("title") { author }
|
||||
xml.element("title") { xml.text author }
|
||||
xml.element("link", rel: "alternate", href: "#{HOST_URL}/channel/#{ucid}")
|
||||
|
||||
xml.element("author") do
|
||||
|
Loading…
Reference in New Issue
Block a user