diff options
Diffstat (limited to 'pyload/plugins/hoster/DataportCz.py')
-rw-r--r-- | pyload/plugins/hoster/DataportCz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/DataportCz.py b/pyload/plugins/hoster/DataportCz.py index 151e56681..291dcaf55 100644 --- a/pyload/plugins/hoster/DataportCz.py +++ b/pyload/plugins/hoster/DataportCz.py @@ -23,7 +23,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo, P class DataportCz(SimpleHoster): __name__ = "DataportCz" __type__ = "hoster" - __pattern__ = r"http://(?:www\.)?dataport.cz/file/(.*)" + __pattern__ = r'http://(?:www\.)?dataport.cz/file/(.*)' __version__ = "0.37" __description__ = """Dataport.cz hoster plugin""" __author_name__ = "zoidberg" |