flexget.components.estimate_release.estimate_release module#

class flexget.components.estimate_release.estimate_release.EstimateRelease[source]#

Bases: object

Front-end for estimator plugins that estimate release times for various things (series, movies).

estimate(entry)[source]#

Estimate release schedule for Entry.

Parameters:

entry

Returns:

estimated date of released for the entry, None if it can’t figure it out

flexget.components.estimate_release.estimate_release.register_plugin()[source]#