Vdl : Fix proxy env.
This commit is contained in:
parent
ee31a17b4d
commit
0c6e44ed5c
|
@ -1,6 +1,6 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
text = ''
|
text = ''
|
||||||
export VDL_PROXY="--proxy 'socks5://10.0.0.1:1080/' "
|
export VDL_PROXY="--proxy socks5://10.1.0.69:1080/"
|
||||||
|
|
||||||
# Download video from URL. When no `[LINK]` specified, it tries to update previously downloaded link.
|
# Download video from URL. When no `[LINK]` specified, it tries to update previously downloaded link.
|
||||||
# Usage: vdl [LINK]
|
# Usage: vdl [LINK]
|
||||||
|
|
Loading…
Reference in a new issue