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·23 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
Cipherd@lemmy.ml to Programmer Humor@programming.dev · 9 months agofunctionsplus-squarelemmy.mlimagemessage-square14linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imagefunctionsplus-squarelemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 9 months agomessage-square14linkfedilink
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>