summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/LolabitsEs.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/LolabitsEs.py')
-rw-r--r--pyload/plugin/hoster/LolabitsEs.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/plugin/hoster/LolabitsEs.py b/pyload/plugin/hoster/LolabitsEs.py
index dbd392624..890cb0239 100644
--- a/pyload/plugin/hoster/LolabitsEs.py
+++ b/pyload/plugin/hoster/LolabitsEs.py
@@ -7,15 +7,15 @@ from pyload.plugin.internal.SimpleHoster import SimpleHoster
class LolabitsEs(SimpleHoster):
- __name__ = "LolabitsEs"
- __type__ = "hoster"
- __version__ = "0.02"
+ __name = "LolabitsEs"
+ __type = "hoster"
+ __version = "0.02"
- __pattern__ = r'https?://(?:www\.)?lolabits\.es/.+'
+ __pattern = r'https?://(?:www\.)?lolabits\.es/.+'
- __description__ = """Lolabits.es hoster plugin"""
- __license__ = "GPLv3"
- __authors__ = [("zapp-brannigan", "fuerst.reinje@web.de")]
+ __description = """Lolabits.es hoster plugin"""
+ __license = "GPLv3"
+ __authors = [("zapp-brannigan", "fuerst.reinje@web.de")]
NAME_PATTERN = r'Descargar: <b>(?P<N>.+?)<'