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

No New Videos for certain playlists #122

Closed Rumik closed 1 year ago

Rumik commented 1 year ago

Hi there,

for some reason, the script never finds any videos within the following playlists:

PLpg6WLs8kxGOE_SZoj-gfn8FHF0c8nJwi PLpg6WLs8kxGNL5FL6lNys2rK-3lajF_F8 PLpg6WLs8kxGPB73jDtwbHZRXv9x5pJvA PLpg6WLs8kxGMgYb13XjPgOKbm5O-CDq7R PLpg6WLs8kxGPqjtjJ6JPwrDPWfX5zst8 PLpg6WLs8kxGMF97sTrMd67zjkaxG1OhUz

Playlist with id PLpg6WLs8kxGOE_SZoj-gfn8FHF0c8nJwi has no new videos Playlist with id PLpg6WLs8kxGNL5FL6lNys2rK-3lajF_F8 has no new videos Playlist with id PLpg6WLs8kxGPB73jDtwbHZRXv9x5pJvA has no new videos Playlist with id PLpg6WLs8kxGMgYb13XjPgOKbm5O-CDq7R has no new videos Playlist with id PLpg6WLs8kxGPqjtjJ6JPwrDPWfX5zst8 has no new videos Playlist with id PLpg6WLs8kxGMF97sTrMd67zjkaxG1OhUz has no new videos

Any ideas why this might be happening?

Thanks

victorjzsun commented 1 year ago

Have you had these playlists in your script for a long time already? The script will only add videos published after the timestamp in the spreadsheet. If you want to add previous videos, change the timestamp to be further into the past.

Rumik commented 1 year ago

No, that’s not the case. I delete the timestamps and still it finds nothing ☹

From: Victor Sun @.> Sent: Tuesday, July 4, 2023 12:04 AM To: Elijas/auto-youtube-subscription-playlist-2 @.> Cc: Ryan Brain @.>; Author @.> Subject: Re: [Elijas/auto-youtube-subscription-playlist-2] No New Videos for certain playlists (Issue #122)

Have you had these playlists in your script for a long time already? The script will only add videos published after the timestamp in the spreadsheet. If you want to add previous videos, change the timestamp to be further into the past.

— Reply to this email directly, view it on GitHub https://github.com/Elijas/auto-youtube-subscription-playlist-2/issues/122#issuecomment-1619240439 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJPXWLVWINDBNJ3Y7V2ODTXONFXHANCNFSM6AAAAAAZ4MF73U . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AAJPXWOZI3IURAF75CVLUEDXONFXHA5CNFSM6AAAAAAZ4MF73WWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTAQOS7O.gif Message ID: @. @.> >

Rumik commented 1 year ago

Actually, please ignore me. I manually set the timestamp to like a month ago and it started working. Strange that it never worked until now, but I must have done something wrong.

Thanks