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.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.11.22. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Hello.
I am working on a simple python script to be able to backup a list of playlists from Youtube.
The problem is that I have to enter the TFA code for every playlist.
Is there any way I can avoid that? I tried enabling the cookies option but its not working. I think this happens because I am creating a new instance of YoutubeDL for each playlist, but I need to do it, so I can override the output template.
This is the snippet of my code:
It forces me to enter TFA code for each loop iteration.
Any suggestions to overcome this?
It would be nice if I could just changing the outtmpl property without having to create an entire new YoutubeDL object, but I couldnt find any setter method.