changed iframe to just a link
This commit is contained in:
parent
2a69baf840
commit
9c04ab78a5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
author = "Paul Wilde"
|
||||
description = "Porninvidious re-made in Nim"
|
||||
license = "BSD-3-Clause"
|
||||
|
|
|
@ -158,7 +158,7 @@ proc compileRSSPage(content: string, search_query: string = ""): string =
|
|||
<link>{vid_url}</link>
|
||||
<description>{title}<br />
|
||||
<img src="{vid_thumb}"><br />
|
||||
<iframe src="{o_vid_uri}" height="300" width="400"></iframe>
|
||||
<a href="{o_vid_uri}">{o_vid_url}</a>
|
||||
</description>
|
||||
<media:content url="{vid_thumb}" type="image/png" medium="image">
|
||||
<media:rating scheme="urn:simple">adult</media:rating>
|
||||
|
|
Loading…
Reference in a new issue