summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/TusfilesNetFolder.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-17 20:55:00 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-17 20:55:00 +0200
commit18836967d39d0b6e6f2aeea4e6aece605246a2bf (patch)
tree4c94feb71ea9a1e1c8adb3278eb72117201fc253 /module/plugins/crypter/TusfilesNetFolder.py
parent[XFileSharingPro] Updated to support XFileSharingProFolder (diff)
downloadpyload-18836967d39d0b6e6f2aeea4e6aece605246a2bf.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/crypter/TusfilesNetFolder.py')
-rw-r--r--module/plugins/crypter/TusfilesNetFolder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/TusfilesNetFolder.py b/module/plugins/crypter/TusfilesNetFolder.py
index a6e76adb8..1d804c2a8 100644
--- a/module/plugins/crypter/TusfilesNetFolder.py
+++ b/module/plugins/crypter/TusfilesNetFolder.py
@@ -12,7 +12,7 @@ class TusfilesNetFolder(SimpleCrypter):
__type__ = "crypter"
__version__ = "0.03"
- __pattern__ = r'https?://(?:www\.)?tusfiles\.net/go/(?P<ID>\w+)/?'
+ __pattern__ = r'https?://(?:www\.)?tusfiles\.net/go/(?P<ID>\w+)'
__description__ = """Tusfiles.net folder decrypter plugin"""
__license__ = "GPLv3"