diff options
Diffstat (limited to 'pyload/plugin/hoster/FilebeerInfo.py')
-rw-r--r-- | pyload/plugin/hoster/FilebeerInfo.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyload/plugin/hoster/FilebeerInfo.py b/pyload/plugin/hoster/FilebeerInfo.py index 83fc6dbfc..34f3969c2 100644 --- a/pyload/plugin/hoster/FilebeerInfo.py +++ b/pyload/plugin/hoster/FilebeerInfo.py @@ -9,6 +9,7 @@ class FilebeerInfo(DeadHoster): __version__ = "0.03" __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+)' + __config__ = [] __description__ = """Filebeer.info plugin""" __license__ = "GPLv3" |