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.
Separate netrc entry for youtube:watchlater #16494
Comments
|
Not possible. Watch later extractor just delegates to other extractors so separating different netrc entry for it won't have any effect. Needless to say it's misleading to have several netrc entries for effectively the same service. Thus such feature won't be added. |
|
Thanks for the quick response! For future readers who want to only login sometimes, I ended up writing a script for it which temporarily changes my
(Batch script for windows though I'm sure an equivalent bash script could be easily written) |
I've verified and I assure that I'm running youtube-dl 2018.05.18
At least skimmed through the README, most notably the FAQ and BUGS sections
Searched the bugtracker for similar issues including closed ones
Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
What is the purpose of your issue?
I'd like to download videos from my watchlater playlist on youtube. While this is possible by logging in I want to use netrc without logging in for other youtube videos. Since it's a separate extractor is it possible to specify a login for youtube:watchlater separately from normal youtube?