Что-то оно не работает вообще.
Вводная: хочу скачать видео через youtube-dl. Бросаю в терминал строку вида:
torsocks youtube-dl -f bestvideo <URL>
И что мне выдаёт:
[Youtube] <URL>: Downloading webpage
1609716594 PERROR torsocks[8749]: socks5 libc connect: Connection refused (in socks5_connect() at socks5.c:202)
ERROR: Unable to download webpage: <urlopen error [Errno -4] Non-recoverable failure in name resolution> (caused by URLError(gaierror(-4, 'Non-recoverable failure in name resolution')))
Что характерно, оно даже в банальный ping не хочет:
ping: socket: Operation not permitted
Что я упустил из виду?