diff options
Diffstat (limited to 'pyload/plugins/hoster/FshareVn.py')
-rw-r--r-- | pyload/plugins/hoster/FshareVn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/FshareVn.py b/pyload/plugins/hoster/FshareVn.py index a61466eac..f9a9b6c16 100644 --- a/pyload/plugins/hoster/FshareVn.py +++ b/pyload/plugins/hoster/FshareVn.py @@ -26,7 +26,7 @@ def doubleDecode(m): class FshareVn(SimpleHoster): __name__ = "FshareVn" __type__ = "hoster" - __pattern__ = r"http://(?:www\.)?fshare.vn/file/.*" + __pattern__ = r'http://(?:www\.)?fshare.vn/file/.*' __version__ = "0.16" __description__ = """FshareVn hoster plugin""" __author_name__ = "zoidberg" |