changed iframe to just a link
This commit is contained in:
parent
ae66935a65
commit
37c4dc19de
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,7 @@ proc cacheResources(): Table[string, string] =
|
|||
return res
|
||||
|
||||
const RESOURCES*: Table[string, string] = cacheResources()
|
||||
const XV = "https://www.xvideos.com"
|
||||
|
||||
proc request(uri: string): string =
|
||||
var client = newHttpClient()
|
||||
|
@ -168,7 +169,6 @@ proc compileRSSPage(content: string, search_query: string = ""): string =
|
|||
rss &= RESOURCES["rss_end"]
|
||||
return rss
|
||||
|
||||
const XV = "https://www.xvideos.com"
|
||||
proc findSearchQuery(query: string): string =
|
||||
var search_query: string
|
||||
let search = parseUri(query)
|
||||
|
|
Loading…
Reference in a new issue