summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/FilefactoryCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/FilefactoryCom.py')
-rw-r--r--pyload/plugins/hoster/FilefactoryCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FilefactoryCom.py b/pyload/plugins/hoster/FilefactoryCom.py
index 795dc9632..273a717b5 100644
--- a/pyload/plugins/hoster/FilefactoryCom.py
+++ b/pyload/plugins/hoster/FilefactoryCom.py
@@ -22,7 +22,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class FilefactoryCom(SimpleHoster):
__name__ = "FilefactoryCom"
__type__ = "hoster"
- __pattern__ = r"https?://(?:www\.)?filefactory\.com/file/(?P<id>[a-zA-Z0-9]+)"
+ __pattern__ = r'https?://(?:www\.)?filefactory\.com/file/(?P<id>[a-zA-Z0-9]+)'
__version__ = "0.47"
__description__ = """Filefactory.com hoster plugin"""
__author_name__ = "stickell"