flexget.plugins.cli.try_regexp module#

class flexget.plugins.cli.try_regexp.PluginTryRegexp[source]#

Bases: object

Allows user to test regexps for a task.

matches(entry, regexp)[source]#

Return True if any of the entry string fields match given regexp.

on_task_filter(task, config)[source]#
flexget.plugins.cli.try_regexp.register_parser_arguments()[source]#
flexget.plugins.cli.try_regexp.register_plugin()[source]#