flexget.plugins.filter.content_size module#
- class flexget.plugins.filter.content_size.FilterContentSize[source]#
Bases:
object- process_entry(task, entry, config, remember=True)[source]#
Rejects this entry if it does not pass content_size requirements. Returns true if the entry was rejected.
- schema = {'additionalProperties': False, 'properties': {'max': {'format': 'size', 'type': ['number', 'string']}, 'min': {'format': 'size', 'type': ['number', 'string']}, 'strict': {'default': True, 'type': 'boolean'}}, 'type': 'object'}#