Is there a way to search videos and exclude a list of keywords?
I tried to exclude terms through the API by passing the search foo -bar
:
https://api.dailymotion.com/videos?search=foo+-bar
But the response contains video that matches both foo and bar.
The behaviour seems to be the same on the website's main search bar.