PostProcessor

class xdm.plugins.bases.PostProcessor(instance='Default')

These plugins act on downloaded items like move and rename files.

getConfigHtml()

The return value of this function is simply injected in the config panel

default is a html comment: <!– nothing here –> you can use this to add dynamic javascript and/or add additional html

Note

The container this is added in is hidden with inline css. to make use of the html use javascript

postProcessPath(element, path)

should return a tuple with overal result bool() new location str() process log str()