philh_myftp_biz.web.Omdb

Module Contents

Functions

_get_tmdb

_get_omdb

movie

Get details of a movie

show

Get details of a show

Data

_tmdb_key

_tmdb_url

_omdb_key

_omdb_url

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