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.
Suggestion: Turn off netrc/authentication (from config) if we're not downloading the video (i.e.description/audio/file format check) #13187
Comments
|
There is no such option but you can make separate config and use it with |
|
@dstftw Thanks for your reply.
Could you expand on that? What do you mean they generally require authentication? Are you saying that if you don't log in, you can't access the videos? |
|
Yes, in some cases I think... |
This is my etc/youtube-dl conf:
In my youtube-dl config file, I have the
--netrcoption so that I can check Youtube.com for which videos are "Watched Videos". I learned, though, that logging-in takes some time.So for some circumstances, I don't want o waste time with logging in. For example,
-F)Is there a way to negate just one part of my configuration? I want to negate the line about authentication/logging-in, but I want the other options to be heeded (e.g. output template).
Can we make youtube-dl smart and automatically turn off log-in/authentication when it detects that we're not downloading any videos?