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.
When youtube-dl requires authentication when download YouTube video #12080
Comments
|
Use |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Seem like youtube-dl always does "login" in init phase with all videos if user specify "username" and "password" parameter.
Usually it is not necessary with public youtube video and no age restriction.
My question is which YouTube video requires authentication? Could "youtube-dl" only login when in forced situation?
Login many times can move us into bad situation like: blocking or "security notice" requires sms verify.
I integrated youtube-dl to my system which makes ~ 100.000 requests per day, so login 100.000 times is impossible.
youtube-dl is awesome project, thanks your team!