Open trade4599 opened 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.
Thanks for the response - I will try it out.
Did this ever get added to the script?
No. The issue is still marked open.
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?