commit c25a698
hovercats
·
2023-01-16 19:13:14 +0000 UTC
parent 608a17e
ytdl: should fix the issue with proxy
1 files changed,
+1,
-1
M
ytdl
M
ytdl
+1,
-1
1@@ -29,9 +29,9 @@ dl() {
2 }
3
4 proxy() {
5+ ifurl
6 PROXY="&local=true"
7 url="$url$PROXY"
8- dl
9 }
10
11 case $1 in