mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
4bf3df94f8
commit
35a929c415
15 changed files with 305 additions and 175 deletions
|
|
@ -19,6 +19,7 @@ proc setDisableTid*(disable: bool) =
|
|||
disableTid = disable
|
||||
|
||||
proc setApiProxy*(url: string) =
|
||||
apiProxy = ""
|
||||
if url.len > 0:
|
||||
apiProxy = url.strip(chars={'/'}) & "/"
|
||||
if "http" notin apiProxy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue