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.
What is the purpose of your issue?
Account credentials when specified via command line are used for all the extractors involved in extraction process. For example in aforementioned log VK authentication successfully happens first, then YouTube embed is detected and extraction process is delegated to youtube extractor that tries to login with the same credentials obviously resulting in expected error.
In general authentication error can be worked around with .netrc authentication.
Since it's not feasible to add exclusive
--username/--passwordoptions for each extractor that supports authentication, command line credentials probably should not be considered for any consequent extractor involved apart from the first one.