celiao / tmdbsimple

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

Can't find "Watch" endpoint #76

Closed SaltySpaghetti closed 2 years ago

SaltySpaghetti commented 3 years ago

Hi, I'm try to use this endpoint https://developers.themoviedb.org/3/tv/get-tv-watch-providers but I can't find it in the library. I tried to dig into the library in the TV file, but there's no mark of this method. Is that a new one and is not implemented yet, or I'm missing it? Thank you

vinay-krishna9 commented 3 years ago

It was not yet introduced till 20 November, 2020. But the TMDb has partnered with JustWatch to get the list of watch provider availabilities per country by provider.

I would like to work on this.

vinay-krishna9 commented 3 years ago

Hi @SaltySpaghetti,

added watch providers for TV and Movies with unit test cases #79 I have created a pull request witch can close this issue.

SaltySpaghetti commented 3 years ago

Thank you so much!

celiao commented 2 years ago

Thanks for bring this to our attention, @SaltySpaghetti!

Closed by #79