https://invidio.us/watch?v=v3n8txX3144
Is "download disabled" for everyone or just #Tor users?
@resist1984
> I didn't know invidio.us was decentralized.
It's not decentralized as such, but it is #FreeCode. So anyone who wants to can run an instance. You could run your own and make it totally #Tor friendly. Same with #Nitter (for Titter) and #Bibliogram (for Instagram).
@d599f84e
@strypey
We prefer the term #uncentralised (or #uncentralized depending on where you live).
@resist1984 @d599f84e
@resist1984
You can find public instances at https://github.com/omarroth/invidious/wiki/Invidious-Instances. Not all of them have the download button shown. Though, if in firefox, right click into the video field and you should be able to copy the link to the video file itself (which should be something like https://r6--5s--d-f7.googlevideo.com/.....- and a long URL). You could then download it with
`curl --output videofile.mp4 <url>`
I haven't used mpv yet for that purpose, so I don't know. But maybe @amolith can help you out with that.