diff options
Diffstat (limited to 'module/plugins/crypter/FilebeerInfo.py')
-rw-r--r-- | module/plugins/crypter/FilebeerInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/FilebeerInfo.py b/module/plugins/crypter/FilebeerInfo.py index a6faa5cab..4e8ab1259 100644 --- a/module/plugins/crypter/FilebeerInfo.py +++ b/module/plugins/crypter/FilebeerInfo.py @@ -8,7 +8,7 @@ class FilebeerInfo(DeadCrypter): __type__ = "crypter" __version__ = "0.02" - __pattern__ = r'http://(?:www\.)?filebeer\.info/(\d+~f).*' + __pattern__ = r'http://(?:www\.)?filebeer\.info/\d*~f\w+' __config__ = [] __description__ = """Filebeer.info folder decrypter plugin""" |