mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add description to RSS body
This commit is contained in:
parent
68be24ffc6
commit
c0796ac3d6
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ struct SearchVideo
|
|||
xml.element("a", href: "#{host_url}/watch?#{query_params}") do
|
||||
xml.element("img", src: "#{host_url}/vi/#{self.id}/mqdefault.jpg")
|
||||
end
|
||||
|
||||
xml.element("p", style: "white-space:pre") { xml.text html_to_content(self.description_html) }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue