philh_myftp_biz.web.Omdb¶
Module Contents¶
Functions¶
Get details of a movie |
|
Get details of a show |
Data¶
API¶
- philh_myftp_biz.web.Omdb._tmdb_key = 'eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJjYjg3MDhlNGRhZDkxOTI5N2Y2YWExZmNjN2NkYjMzYyIsIm5iZiI6MTc4MzUxOTM2Mi4...'¶
- philh_myftp_biz.web.Omdb._tmdb_url = 'URL(...)'¶
- philh_myftp_biz.web.Omdb._get_tmdb(path: str, **params) dict¶
- philh_myftp_biz.web.Omdb._omdb_key: Literal[dc888719, 2e0c4a98] = 'dc888719'¶
- philh_myftp_biz.web.Omdb._omdb_url = 'URL(...)'¶
- philh_myftp_biz.web.Omdb._get_omdb(**params) dict¶
- philh_myftp_biz.web.Omdb.movie(title: str, year: int) None | philh_myftp_biz.web.torrent.models.MovieData¶
Get details of a movie
- philh_myftp_biz.web.Omdb.show(title: str, year: int) None | philh_myftp_biz.web.torrent.models.ShowData¶
Get details of a show