datopy.models.media.IMDbFilmProcessor#

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

Bases: BaseProcessor

Methods

process()

Process (extract/clean) retrieved data.

retrieve()

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

process()[source]#

Process (extract/clean) retrieved data.

Raises:

NotImplementedError – _description_:

retrieve()[source]#

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

Raises:

NotImplementedError – _description_: