You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider that right now, in order to get information about one episode, I need to do many requests - do a series lookup, then use episodes() which does a request for every season. Some TV series have 30+ seasons so that quickly adds up, and those requests are performed in parallel which can lead to network saturation.
The text was updated successfully, but these errors were encountered:
The OMDb API gives the ability to get a single episode (e.g. https://www.omdbapi.com/?t=Homeland&plot=full&r=json&season=1&episode=1&apikey=) and it would be useful to be able to do that with this module too. Is that something you would consider @worr ?
Consider that right now, in order to get information about one episode, I need to do many requests - do a series lookup, then use
episodes()
which does a request for every season. Some TV series have 30+ seasons so that quickly adds up, and those requests are performed in parallel which can lead to network saturation.The text was updated successfully, but these errors were encountered: