Once the onion network is established, I would like to run yt-dlp, however, I am hit by the error message saying no connection is established… same goes to other software I use.
how can i dothat?
Once the onion network is established, I would like to run yt-dlp, however, I am hit by the error message saying no connection is established… same goes to other software I use.
how can i dothat?
Either use the
--proxyoption of yt-dlp, or usetorsocksto transparently torify any application.thanks, for anything not running in the terminal, what other methods can one uses?
Options:
torsockssimply uses LD_PRELOAD, you could try to make this apply globally by adding the torsocks library to ld.so.preload. Just put the path returned bytorsocks showin/etc/ld.so.preload.