minus-squareCipherd@lemmy.mltoLinux@lemmy.ml•what are some ways to torify debian 13.6 or yt-dlp 2026.07.04 if yt believes I'm a bot?linkfedilinkarrow-up2·2 days agoStart a tor daemon with SOCKS5 proxy: $ tor socksport 9050 Then run yt-dlp through it: $ yt-dlp --proxy socks5://127.0.0.1:9050 <your arguments> linkfedilink
Start a tor daemon with SOCKS5 proxy:
$ tor socksport 9050Then run yt-dlp through it:
$ yt-dlp --proxy socks5://127.0.0.1:9050 <your arguments>