Either use the --proxy
option of yt-dlp, or use torsocks
to transparently torify any application.
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: August 9th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Options:
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 bytorsocks show
in/etc/ld.so.preload
.