>>49487the yt-dlp command is getting me 3 unrelated 5 second videos from patreon.
I think it is not parsing the referer as a command and tries to download it as a link too
After fiddling with it for an hour I got it to work by doing
yt-dlp –add-headers "Referer:
https://www.patreon.com"
https://player.vimeo.com/video/1034727174I tried -referer, –referer etc. but only the –add-headers worked
curl also didn't interpret the options correctly. It didn't output a file but printed the htmls for both the url and patreon.com seperately. idk whats up with that one.
Thanks for the help!