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.
Checklist
Question
WRITE QUESTION HERE
saw that python 2.7 will stop working at the end of 2020. I updated my python to 3.6.2. , and was having the below problem.
I was still able to get away with this problem with
--no-check-certificate(a solution provided by previous posts). Anyway can I solve this and not have to type--no-check-certificateeach time I use youtube-dl ? I was thinking maybe removing python 3.6.2 and install version before python 3.6 would work, but I couldn't remove it nor could I install the previous versions.If it is any help,
which youtube-dlreturns/Library/Frameworks/Python.framework/Versions/3.6/bin/youtube-dlwhich python3returns/Library/Frameworks/Python.framework/Versions/3.6/bin/python3Thanks in advance for any help or direction you can provide🙏