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-up1·10 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 cryptocurrency@lemmy.mlEnglish · 13 days agoAtomic swap DEX ideaplus-squaremessage-squaremessage-square0linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1message-squareAtomic swap DEX ideaplus-squareCipherd@lemmy.ml to cryptocurrency@lemmy.mlEnglish · 13 days agomessage-square0linkfedilink
Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 3 months agoRust developers are going crazyplus-squareyoutu.beexternal-linkmessage-square0linkfedilinkarrow-up14arrow-down16
arrow-up1-2arrow-down1external-linkRust developers are going crazyplus-squareyoutu.beCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 3 months agomessage-square0linkfedilink
Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 8 months agofunctions lemmy.mlimagemessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imagefunctions lemmy.mlCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 8 months agomessage-square0linkfedilink
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>