exclude term in YouTube Data API without including term -


i'm using youtube data api's search.list method return list of videos date. i'm interested in filtering out content without having specify search term. documentation specifies can use - operator boolean not, seems work if precede search term, meaning can this:

q:'food -pizza' 

which return results query term 'food' not 'pizza'. want return any result excluding pizza you'd think work:

q:'-pizza' 

but returns empty array (no results). doing wrong? there way exclude terms without having specify specific search term include before hand?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -