Youtube-dl facebook video asks login details in remote server?

I was working on a project which uses youtube-dl, when I was working on the project from my local machine it worked fine without any problems but when I tried to run the same project in a remote VM (Google cloud compute engine) which is situated in India only, I am getting an error like this

ERROR: This video is only available for registered users. Use --username and --password or --netrc to provide account credentials.

So I gave my Facebook credentials but still, it's giving me the same error.

I also tried to download it directly from the terminal

youtube-dl <video-url> --username "<username>" --password "<password"

But still, I face the same error

any solution is appreciated

Thank you

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like