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.
Youtube username and password are not applied to all links in batch file #5422
Comments
|
Try the |
|
Yes, I just learnt how to create .netrc file and used the option. I've to remove the --username --password from command, so that it doesn't conflict with --netrc. |
|
Closing. If you encounter any other problem, feel free to open new issues. |
I'm trying to download videos from youtube with youtube-dl.
I've provided a text file to extract URL with -a.
I also provided --username and --password, but it appears that youtube-dl applied my credentials to only first download and hence for other few videos, I'm getting 'Please sign in to view this videos'.
Please, tell me how to ask youtube-dl to apply the same Username and Password to all links provided in text file.