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.
Verbose log
Description
I am trying to download all the udemy course vtt files so I can use it for my studies. I am using the
youtube-dl -v --write-sub --cookies ./udemy-cookies.txt --skip-download https://www.udemy.com/70534-azure/command, Youtube-dl downloads just 15 odd files out of more than 220 and then stops. The youtube dl logs also do not show much. What am I missing?