You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: