You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I have a non-listed playlist that I use as a Watch Later. The idea is that I go on youtube, put the video I wanna watch the in playlist and ytdl-sub downloads it when it runs.
This works as I want because it splits the files in the playlist by their channel name.
The problem though is that I would like to keep the playlist on youtube and the ytdl-sub playlist in sync. When I remove a file from the youtube playlist, I would like to remove it from the .ytdl-sub-Watch Later-download-archive.json and also remove it from it's channel.
Is this possible?
The text was updated successfully, but these errors were encountered:
jmbannon
changed the title
Remove items that are not in a playlist anymore
Sync Capability: Automatically remove items that are not in a playlist anymore
Sep 20, 2024
Hey,
I have a non-listed playlist that I use as a
Watch Later
. The idea is that I go on youtube, put the video I wanna watch the in playlist and ytdl-sub downloads it when it runs.This is the config I have:
And this is the subscription file (a.k.a
watch_later.yaml
):This works as I want because it splits the files in the playlist by their channel name.
The problem though is that I would like to keep the playlist on youtube and the ytdl-sub playlist in sync. When I remove a file from the youtube playlist, I would like to remove it from the
.ytdl-sub-Watch Later-download-archive.json
and also remove it from it's channel.Is this possible?
The text was updated successfully, but these errors were encountered: