diff options
Diffstat (limited to 'pyload/plugin/extractor/UnRar.py')
-rw-r--r-- | pyload/plugin/extractor/UnRar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/extractor/UnRar.py b/pyload/plugin/extractor/UnRar.py index d1fc3728e..83821cdc1 100644 --- a/pyload/plugin/extractor/UnRar.py +++ b/pyload/plugin/extractor/UnRar.py @@ -33,7 +33,7 @@ class UnRar(Extractor): CMD = "unrar" - NAME = __name__ + NAME = __name__.rsplit('.', 1)[1] VERSION = "" EXTENSIONS = [".rar"] |