Add option to only extract specific labels
Add UI element for a comma-separated list of labels to extract by. Should work with both Label and LabelPlus plugins. If no filter is specified, it will extract anything.
This commit is contained in:
2
setup.py
2
setup.py
@@ -16,7 +16,7 @@ from setuptools import find_packages, setup
|
||||
__plugin_name__ = 'SimpleExtractor'
|
||||
__author__ = 'Digitalhigh'
|
||||
__author_email__ = 'donate.to.digitalhigh@gmail.com'
|
||||
__version__ = '0.8'
|
||||
__version__ = '0.9'
|
||||
__url__ = 'github.com/d8ahazard/deluge-extractor'
|
||||
__license__ = 'GPLv3'
|
||||
__description__ = 'Extract files upon torrent completion'
|
||||
|
||||
Reference in New Issue
Block a user