Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter by title #69

Open
trade4599 opened this issue Feb 23, 2020 · 4 comments
Open

Filter by title #69

trade4599 opened this issue Feb 23, 2020 · 4 comments

Comments

@trade4599
Copy link

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
Copy link
Collaborator

victorjzsun commented Feb 23, 2020

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
Copy link
Author

Thanks for the response - I will try it out.

@Rumik
Copy link

Rumik commented Jan 10, 2023

Did this ever get added to the script?

@Fabian42
Copy link
Contributor

No. The issue is still marked open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants