Hi does anyone know the network ID for streaming services?
Using tkinter for a project and this is the current code. Netlfix has an id of 8 and hulu has an id of 15 etc.
Anyone know them for HBO Max and Disney Plus. I cant seem to find them from code
radioNetflix=ttk.Radiobutton(frame1,text="Netflix",value=8, variable=Watchtype)
radioHulu=ttk.Radiobutton(frame1,text="Hulu",value=15, variable=Watchtype)
radioPrime=ttk.Radiobutton(frame1,text="Prime",value=9, variable=Watchtype)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on December 6, 2022 at 7:06 AM
If I understand your problem correctly, I believe the list of providers can be obtained here:
https://developers.themoviedb.org/3/watch-providers/get-movie-providers
https://developers.themoviedb.org/3/watch-providers/get-tv-providers