mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 07:09:31 +00:00
Proxy media instead of using file cache
This commit is contained in:
parent
1dcb191903
commit
68a5ac20b6
7 changed files with 80 additions and 61 deletions
|
|
@ -28,9 +28,6 @@ proc getVidUrl*(link: string): string =
|
|||
url = encodeUrl(link)
|
||||
&"/video/{sig}/{url}"
|
||||
|
||||
proc getGifUrl*(link: string): string =
|
||||
&"/gif/{encodeUrl(link)}"
|
||||
|
||||
proc getPicUrl*(link: string): string =
|
||||
&"/pic/{encodeUrl(link)}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue