summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/NarodRu.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/NarodRu.py')
-rw-r--r--pyload/plugins/hoster/NarodRu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/NarodRu.py b/pyload/plugins/hoster/NarodRu.py
index 6db8a8208..a46df30c2 100644
--- a/pyload/plugins/hoster/NarodRu.py
+++ b/pyload/plugins/hoster/NarodRu.py
@@ -25,7 +25,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class NarodRu(SimpleHoster):
__name__ = "NarodRu"
__type__ = "hoster"
- __pattern__ = r"http://(www\.)?narod(\.yandex)?\.ru/(disk|start/[0-9]+\.\w+-narod\.yandex\.ru)/(?P<ID>\d+)/.+"
+ __pattern__ = r"http://(?:www\.)?narod(\.yandex)?\.ru/(disk|start/[0-9]+\.\w+-narod\.yandex\.ru)/(?P<ID>\d+)/.+"
__version__ = "0.1"
__description__ = """Narod.ru hoster plugin"""
__author_name__ = "zoidberg"