flexget.plugins.filter.limit_new module#

class flexget.plugins.filter.limit_new.FilterLimitNew[source]#

Bases: object

Limit number of new items.

Example:

limit_new: 1

This would allow only one new item to pass through per execution. Useful for passing torrents slowly into download.

Note that since this is per execution, actual rate depends how often FlexGet is executed.

on_task_filter(task, config)[source]#
schema = {'minimum': 1, 'type': 'integer'}#
flexget.plugins.filter.limit_new.register_plugin()[source]#