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 months 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
minus-squareCipherd@lemmy.mltoPrivacy@lemmy.ml•I made an extension that bypasses online age verificationlinkfedilinkarrow-up1·3 months agoHow did you discover this was bypassable ? linkfedilink
Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 4 months agoRust developers are going crazyplus-squareyoutu.beexternal-linkmessage-square0linkfedilinkarrow-up18arrow-down111
arrow-up1-3arrow-down1external-linkRust developers are going crazyplus-squareyoutu.beCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 4 months agomessage-square0linkfedilink
Cipherd@lemmy.ml to Programmer Humor@programming.dev · 10 months agofunctionsplus-squarelemmy.mlimagemessage-square14linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagefunctionsplus-squarelemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 10 months agomessage-square14linkfedilink
Cipherd@lemmy.ml to Programmer Humor@lemmy.ml · 10 months agofunctions lemmy.mlimagemessage-square0linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imagefunctions lemmy.mlCipherd@lemmy.ml to Programmer Humor@lemmy.ml · 10 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>