summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/YibaishiwuCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/YibaishiwuCom.py')
-rw-r--r--pyload/plugins/hoster/YibaishiwuCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/YibaishiwuCom.py b/pyload/plugins/hoster/YibaishiwuCom.py
index 7bad0ec17..e51937924 100644
--- a/pyload/plugins/hoster/YibaishiwuCom.py
+++ b/pyload/plugins/hoster/YibaishiwuCom.py
@@ -25,7 +25,7 @@ from module.common.json_layer import json_loads
class YibaishiwuCom(SimpleHoster):
__name__ = "YibaishiwuCom"
__type__ = "hoster"
- __pattern__ = r"http://(?:www\.)?(?:u\.)?115.com/file/(?P<ID>\w+)"
+ __pattern__ = r'http://(?:www\.)?(?:u\.)?115.com/file/(?P<ID>\w+)'
__version__ = "0.12"
__description__ = """115.com hoster plugin"""
__author_name__ = "zoidberg"