Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different result api to site #122

Open
Bobsilvio opened this issue Feb 23, 2024 · 0 comments
Open

Different result api to site #122

Bobsilvio opened this issue Feb 23, 2024 · 0 comments

Comments

@Bobsilvio
Copy link

Bobsilvio commented Feb 23, 2024

i have a different result to popular tv show, https://www.themoviedb.org/tv?language=it-IT
Screenshot 2024-02-23 alle 18 56 23

and api

from tmdbv3api import TMDb, Movie, TV, Season, Person, Discover
tmdb = TMDb()
tmdb.api_key = 'xxxx'
tmdb.language = 'it-IT'
tmdb.debug = True
max_pages= 4
movie = Movie()
tv = TV()
person = Person()

page=1
popular = tv.popular(page=int(page))
for popular_item in popular:
title = popular_item['name']
print(title)

result:
The Kelly Clarkson Show
The Tonight Show Starring Jimmy Fallon
Un si grand soleil
Mannix
Tomorrow Is Ours - Il domani è nostro
The Jennifer Hudson Show
Suidooster
The Daily Show
Binnelanders
Ulice
Good Mythical Morning
위대한 수업, 그레이트 마인즈
Prostřeno!
The Tonight Show Starring Johnny Carson
우당탕탕 패밀리
Halo
南来北往
Il Santo
Flor Sem Tempo
Sherri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant