flexget.plugins.operate.pathscrub module#
- class flexget.plugins.operate.pathscrub.PathScrub[source]#
Bases:
objectPlugin that will clear illegal characters from paths.
Other plugins should use this if available when creating paths. User can specify what os if filenames must be compatible with an os other than current.
- Example::
pathscrub: windows
- on_task_abort(task, config)#
- schema = {'enum': ['windows', 'linux', 'mac'], 'type': 'string'}#