Elijas / auto-youtube-subscription-playlist-2

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

Filter by title #69

Open trade4599 opened 4 years ago

trade4599 commented 4 years ago

Is there a way - and I believe it would have to be done in function getVideoIdsWithLessQueries to filter videos by title so only videos containing a certain phrase would be included into the playlist?

victorjzsun commented 4 years ago

This would have to be done with getVideoIds; getVideoIdsWithLessQueries retrieves videos IDs, and to then retrieve their title would cost 3 quota units per video, so 150 quota units per 50 videos. This is less efficient than adding on a search parameter in getVideoIds with no extra cost, keeping it at 100 quota units per 50 videos.

trade4599 commented 4 years ago

Thanks for the response - I will try it out.

Rumik commented 1 year ago

Did this ever get added to the script?

Fabian42 commented 1 year ago

No. The issue is still marked open.