summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilebeerInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FilebeerInfo.py')
-rw-r--r--module/plugins/hoster/FilebeerInfo.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilebeerInfo.py b/module/plugins/hoster/FilebeerInfo.py
index ff1194ecc..244131dc7 100644
--- a/module/plugins/hoster/FilebeerInfo.py
+++ b/module/plugins/hoster/FilebeerInfo.py
@@ -8,7 +8,8 @@ class FilebeerInfo(DeadHoster):
__type__ = "hoster"
__version__ = "0.03"
- __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+).*'
+ __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+)'
+ __config__ = [] #@TODO: Remove in 0.4.10
__description__ = """Filebeer.info plugin"""
__license__ = "GPLv3"