From f2deb6e7001e97d14bc4e9ee28c49eea806e62c6 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Fri, 11 Apr 2014 12:25:21 +0200
Subject: Fix __pattern__ www Merges vuolter/pyload@d3be840

---
 module/plugins/hoster/ShragleCom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/plugins/hoster/ShragleCom.py')

diff --git a/module/plugins/hoster/ShragleCom.py b/module/plugins/hoster/ShragleCom.py
index 8787100d0..9b53d4f54 100644
--- a/module/plugins/hoster/ShragleCom.py
+++ b/module/plugins/hoster/ShragleCom.py
@@ -6,7 +6,7 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
 class ShragleCom(DeadHoster):
     __name__ = "ShragleCom"
     __type__ = "hoster"
-    __pattern__ = r"http://(?:www.)?(cloudnator|shragle).com/files/(?P<ID>.*?)/"
+    __pattern__ = r"http://(?:www\.)?(cloudnator|shragle).com/files/(?P<ID>.*?)/"
     __version__ = "0.22"
     __description__ = """Cloudnator.com (Shragle.com) hoster plugin"""
     __author_name__ = ("RaNaN", "zoidberg")
-- 
cgit v1.2.3