summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/internal/DeadHoster.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/internal/DeadHoster.py')
-rw-r--r--pyload/plugins/internal/DeadHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/internal/DeadHoster.py b/pyload/plugins/internal/DeadHoster.py
index 58c0d5ecf..20088daa8 100644
--- a/pyload/plugins/internal/DeadHoster.py
+++ b/pyload/plugins/internal/DeadHoster.py
@@ -11,7 +11,7 @@ def create_getInfo(plugin):
class DeadHoster(_Hoster):
__name__ = "DeadHoster"
__type__ = "hoster"
- __pattern__ = r""
+ __pattern__ = None
__version__ = "0.11"
__description__ = """Hoster is no longer available"""
__author_name__ = "zoidberg"