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.
Issues with youtube dl on Azure app services #17048
Comments
|
exe ships own older python version that has this python bug. You have to either build exe against newer python version or run it from sources. |
Bug when trying to download youtube videos on Azure app services.
I was using youtube-dl 2018.04.03 till yesterday and updated to the latest 2018.7.21 today and on both version facing the same issues when trying to download youtube videos or captions.
Attached the logs that I am seeing below. I am using this from the node module here.
I tried the solution presented here but when I try with python version 3.5.2 and zipped youtube-dl I see the below error.
What could I be doing wrong here?
My Description
I used this on my local as well as on an Ubuntu machine and it works fine.