this post was submitted on 13 Oct 2024
8 points (90.0% liked)

Privacy

31973 readers
293 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

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?

all 6 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 1 month ago (2 children)

Open the tor browser and try if that works. If it does you do have internet. Some applications dont like when they are used over tor.

[–] [email protected] 1 points 1 month ago

tor browser works

[–] [email protected] 2 points 1 month ago (1 children)

Either use the --proxy option of yt-dlp, or use torsocks to transparently torify any application.

[–] [email protected] 1 points 1 month ago (1 children)

thanks, for anything not running in the terminal, what other methods can one uses?

[–] [email protected] 1 points 1 month ago

Options:

  • Just start it from the terminal with torsocks
  • Use application-specific proxy settings
  • Since torsocks simply 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 by torsocks show in /etc/ld.so.preload.