Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
.netrc authentication not working with Atresplayer.com site? #5112
Comments
|
Thank you for the report! In youtube-dl 2015.03.03.1 and newer, |
Hi!
I'm trying to use
.netrcto avoid having to type the username and password for www.Atresplayer.com (and to avoid having the auth. data on my history file). After some googling around, I've set-up my .netrc but regardless of how I put the info on the file, I always get a "stack trace" from youtube-dl:It looks like the atreplayer extractor is not ready to get the info from the .netrc file
In case it's relevant, and to make sure the issue is not caused by the syntax in my
.netrcfile, these are the different "variations" of syntax I've tried, with the same results:machine atresplayer login <email address> password <password>machine atresplayer.com login <email address> password <password>machine www.atresplayer.com login <email address> password <password>default login <email address> password <password>Thanks a lot for making this project such a great tool!!!