omdb.py
omdb.py copied to clipboard
Python wrapper around OMDb API (Open Movie Database): http://omdbapi.com
Hi How can I search an Italian title? Example: 1. For the Italian title “Il richiamo della foresta” I have no results: a. http://www.omdbapi.com/?t=Il+richiamo+della+foresta 2. For the original title “The...
I've switched my Ubuntu system to now use Python 3.5.2. I've been updating my scripts as needed. I'm using the following in my script. This was working under Python 2.7....
Should be pretty easy to drop in requests_cache flag along with parameters for caching. I have a lot of media to look up and it would definitely speed things up...