sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

It doesn't return anything when I enter more than 2 keywords, why? #142

Open himmetozcan opened 2 years ago

himmetozcan commented 2 years ago

I get urls for such a search:

keyword= "car plate"

When I use it like

keyword= "car with plate"

nothing returns. Do you know what the problem is?