summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/FilebeerInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/FilebeerInfo.py')
-rw-r--r--pyload/plugin/hoster/FilebeerInfo.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/plugin/hoster/FilebeerInfo.py b/pyload/plugin/hoster/FilebeerInfo.py
index a929a0787..34f3969c2 100644
--- a/pyload/plugin/hoster/FilebeerInfo.py
+++ b/pyload/plugin/hoster/FilebeerInfo.py
@@ -4,13 +4,13 @@ from pyload.plugin.internal.DeadHoster import DeadHoster
class FilebeerInfo(DeadHoster):
- __name = "FilebeerInfo"
- __type = "hoster"
- __version = "0.03"
+ __name__ = "FilebeerInfo"
+ __type__ = "hoster"
+ __version__ = "0.03"
- __pattern = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+)'
- __config = []
+ __pattern__ = r'http://(?:www\.)?filebeer\.info/(?!\d*~f)(?P<ID>\w+)'
+ __config__ = []
- __description = """Filebeer.info plugin"""
- __license = "GPLv3"
- __authors = [("zoidberg", "zoidberg@mujmail.cz")]
+ __description__ = """Filebeer.info plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("zoidberg", "zoidberg@mujmail.cz")]