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.
avoid downloading videos for data-mining purposes #22024
Comments
|
Have you even read FAQ?
|
Checklist
Question
It seems like youtube-dl is a great tool for the following task:
for use-cases such as mine (where I do not need to download the videos but do need the hyperlinks) in order to scrape data from each video (description/likes/length, etc).
My question is, how can this be accomplished (the avoiding downloads part)? Is there already some sort of syntax pattern to accomplish this? I could not find such a thing in the documentation, and trying to parse data using tools like BeautifulSoup for python only grab the first 100 videos per playlist.
I have found syntax in youtube-dl to grab all videos from a channel, but again, I don't want to download them, just save the hyperlinks to a file.