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.
How to check if a url is valid (not private not deleted) #25407
Comments
|
What do you even mean by valid? |
|
@dstftw you could have just clicked on the link that I provided to see what I meant. |
|
in a python script you can skip these videos without crashing by adding the property |
Im using youtube-dl 2020.05.08 with ubuntu 16.04 and python3.
I want to know if there is a way to check if the youtube link is valid or not (e.g. "https://www.youtube.com/watch?v=5tF9Rt2uFtw").
using
youtube-dl -jis too slow.I was wondering if there is a better way/faster to do it?