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.
Checklist
Question
I am trying to implement an extractor for Microsoft Stream, which requires users to log in to access any video. Is it possible to pass the username-password pair and/or the
.netrcfile to the extractor during development? I have tried the following:.netrcfile without the--netrcargument_netrcfile without the--netrcargument.netrcfile with the--netrcargument_netrcfile with the--netrcargument--usernameand--passwordargumentsA workaround I can think of it to hard-code a testing credential in
NewSiteIE._get_login_info()during development and remove it before pushing it GitHub. Am I missing something in the documentation?I am developing the extractor on my Windows 10 laptop running Python 3.7.6, based on commit 049c048
Many thanks!
Output of defining
.netrcor_netrcfile withoutnetrcargumentDefining a
_netrcor.netrcfile with the--netrcargumentDefining the username-password pair with the
--usernameand--passwordarguments