flexget.plugins.modify.path_by_ext module#

class flexget.plugins.modify.path_by_ext.PluginPathByExt[source]#

Bases: object

Allow specifying path based on content-type.

Example::
path_by_ext:

torrent: ~/watch/torrent/ nzb: ~/watch/nzb/

ext(task, config, callback)[source]#
on_task_modify(task, config)[source]#
set_path(entry, path)[source]#
schema = {'type': 'object'}#
flexget.plugins.modify.path_by_ext.register_plugin()[source]#