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.
unable to stop it from downloading playlist or more pages. #6754
Comments
|
It's Could explain with more detail why do you need that feature and how it should work? |
|
I think it would be beneficial to the community when parsing a url with youtube-dl, it can cause for a worker to go far longer than necessary once the data needed has already been extracted. And one could argue that the top video in the user directory is most likely the video they want to be associated with |
If you only want to get the first video all you need to do is use
That's problematic: some may want the most recent video (from http://www.youtube.com/user/Funnycatsandnicefish/videos) while others would prefer the video featured in the user page. Since I think that solves your problem, I'm closing the issue. |
I am trying to make it so if a url inserted it only downloads the webpage for that url. And does not continue downloading the video's or playlist.
This is what I have so far
But for some reason it still tries for the playlist, and continues with the channel or user.
Any help would be appreciated