datopy.models.media.IMDbFilmProcessor#

class IMDbFilmProcessor(
model: BaseModel,
query: NamedTuple,
)[source]#

Bases: BaseProcessor

_summary_.

Methods

process()

Prepare (extract/clean) the retrieved data.

retrieve()

Extract data for the query from the API of the supplied model.

retrieve()[source]#

Extract data for the query from the API of the supplied model.

Raises:

NotImplementedError – _description_.

process()[source]#

Prepare (extract/clean) the retrieved data.

Raises:

NotImplementedError – _description_.