Elijas / auto-youtube-subscription-playlist-2

Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
MIT License
246 stars 54 forks source link

Delete duplicated videos #104

Closed evertonbatini closed 2 years ago

evertonbatini commented 2 years ago

In some cases, when a quota error occurs, it adds some videos to the playlist but doesn't update the last run date.

This can result in duplicate videos in the destination playlist.

Change made to delete duplicate videos (comparing by videoId)

victorjzsun commented 2 years ago

Looks great, thanks for contributing!