-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
This is more of a question then a bug. When I pull in my queue using user.get_queues_instant() What I get back is a dictionary full of URL's which I am guessing contains data about each movie in the queue in XML format. What I can't seem to figure out is how to take the URL's returned and get to the actual movie data. For example I want to look at my instant queue and get the top 10 movies in it. I don't see any functions in Netflix.py to pull the data from the URL's. the "get_reccomendations" function does however pull in the movie and box art information for all reccomendations that I have, I am trying to figure out how to get the same data returned in get_queues_instant that get_reccomendations returns. Thanks
Reactions are currently unavailable