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.
Feature Request - Remove Videos from YouTube Playlist after Download #9733
Comments
|
youtube-dl shall not use any kind of YouTube APIs. You should implement this in a way a web browser does. |
|
I was just about to request this. What are the chances of implementing this autoremoving feature (in youtube) ? |
|
Idk I looked into implementing it myself, but my python is pretty weak.
…On Feb 19, 2017 4:38 AM, "Allan Laal" ***@***.***> wrote:
I was just about to request this.
What are the chances of implementing this autoremoving feature (in
youtube) ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9733 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPpwblZUPWd91Oqp7oG2dLpWbYJNjv_ks5reBuVgaJpZM4IxdmV>
.
|
|
I need this feature as well. Has anyone already developed something like this? |
|
Bumping an old issue. Has anyone been able to make progress on this? Not a Python dev or I'd take a stab at it myself. |
What is the purpose of your issue?
Feature Request - Remove Videos from YouTube Playlist after Download
I would like to add a option to remove a video from a YouTube playlist after it is downloaded.
I believe this is possible as the YouTube API has a python section for this.
https://developers.google.com/youtube/1.0/developers_guide_python#adding-a-playlist
I have managed to add the option to the options list as "--remove-watched", but can't seem to call the method it points at.
I admit I am new to python but have coded in several other languages before so if someone could point me in the right direction I will do my best to figure it out.
Thanks,