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.
Request: Auto download a particular youtube channel's videos as they are uploaded #6863
Comments
|
I think this is out of scope for youtube-dl. youtube-dl downloads videos from given url, so you can write a small program that listens to this notification an run youtube-dl with the appropriate arguments. |
Is it possible to have a certain youtube channel's videos automatically downloaded when they are uploaded? I know youtube has a feature that automatically notifies you if a particular channel uploads a video, I was wondering if there was some way to use those notifications to automatically trigger a download of said video. Sorry if this question has been submitted before, I tried my best to make sure it hasn’t been submitted in the past before I posted this request.