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

Is it possible to filter out livestream VODS? #108

Closed ZaHecc closed 2 years ago

ZaHecc commented 2 years ago

I have the script up and working but every now and then I will get this 7 hour livestream VOD that I really don't want to watch. Is there currently a way to filter out these obscenely long videos or just livestream VODs in general?

Thanks :)

Fabian42 commented 2 years ago

Not currently. I'm sure there's an API method to retrieve the video length, so if you find the correct spot in the code, it should be somewhat easy to insert a condition in your own copy. Making it a properly polished feature for everyone is much less likely, because there are not many people contributing to this project and the spreadsheet would also get more complicated with every new parameter.

ZaHecc commented 2 years ago

Thanks for the information!

Elijas commented 2 years ago

Thanks @Fabian42 !