celiao / tmdbsimple

A wrapper for The Movie Database API v3.
GNU General Public License v3.0
582 stars 121 forks source link

output nothing? Discover.py #67

Closed d762 closed 4 years ago

d762 commented 4 years ago

EDIT:

def getmovie():
    search = tmdb.Discover()
    response = search.movie(genres='Science Fiction')

gives any movie from any genre...

Also, id like to get random 50 movies each time i do getmovie()....

d762 commented 4 years ago

Solved by my negligence of description of what genres are (integer).

celiao commented 4 years ago

@d762 Glad to hear you figured out your issue!