The first example does return results. The second one, however, gives me empty results and then an error when I see what purchasing options are available.
In [16]: search_list = search('V For Vendetta')
...: movie = search_list[0]
...:
In [17]: streaming(movie['_id'])
Out[17]: []
In [18]: rental(movie['_id'])
Out[18]: []
In [19]: purchase(movie['_id'])
---------------------------------------------------------------------------
JSONDecodeError Traceback (most recent call last)
I was also going to say that it LOOKS like TV shows still aren't added. I guess that's their decision.
search('Better Call Saul')[0] # returns a movie called 'The Quarrel'
The first example does return results. The second one, however, gives me empty results and then an error when I see what purchasing options are available.
I was also going to say that it LOOKS like TV shows still aren't added. I guess that's their decision.
search('Better Call Saul')[0] # returns a movie called 'The Quarrel'