diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-29 21:48:26 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-29 21:48:26 +0200 |
commit | 9fdf1ed882fa981efd96179aaee23fb87e597c9b (patch) | |
tree | e22cbbf86e0f8fd897eaeb973002bb12b007f24c /module/plugins/container/DLC.py | |
parent | Update internal plugins (diff) | |
download | pyload-9fdf1ed882fa981efd96179aaee23fb87e597c9b.tar.xz |
Update crypter plugins
Diffstat (limited to 'module/plugins/container/DLC.py')
-rw-r--r-- | module/plugins/container/DLC.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/container/DLC.py b/module/plugins/container/DLC.py index 145322942..c92ba64c4 100644 --- a/module/plugins/container/DLC.py +++ b/module/plugins/container/DLC.py @@ -17,7 +17,7 @@ class DLC(Container): __version__ = "0.26" __status__ = "testing" - __pattern__ = r'.+\.dlc$' + __pattern__ = r'(.+\.dlc|[\w+^_]+==[\w+^_/]+==)$' __description__ = """DLC container decrypter plugin""" __license__ = "GPLv3" |