summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/CatShareNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/CatShareNet.py')
-rw-r--r--pyload/plugins/hoster/CatShareNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/CatShareNet.py b/pyload/plugins/hoster/CatShareNet.py
index ad626599e..efaf8e5f7 100644
--- a/pyload/plugins/hoster/CatShareNet.py
+++ b/pyload/plugins/hoster/CatShareNet.py
@@ -8,7 +8,7 @@ from module.plugins.internal.CaptchaService import ReCaptcha
class CatShareNet(SimpleHoster):
__name__ = "CatShareNet"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?catshare.net/\w{16}.*"
+ __pattern__ = r'http://(?:www\.)?catshare.net/\w{16}.*'
__version__ = "0.01"
__description__ = """CatShare.net hoster plugin"""
__author_name__ = "z00nx"