diff options
author | 2014-09-26 16:59:26 +0200 | |
---|---|---|
committer | 2014-09-26 16:59:26 +0200 | |
commit | 4709a41c176dd2947709b7f35ccc84213d574624 (patch) | |
tree | 937addae8d579aafae2c1f66b75536615dfe5b5c /module/plugins/hoster/TusfilesNet.py | |
parent | Fix cookie deletion + Account support for SimpleCrypter (diff) | |
download | pyload-4709a41c176dd2947709b7f35ccc84213d574624.tar.xz |
Rename SH flags
Diffstat (limited to 'module/plugins/hoster/TusfilesNet.py')
-rw-r--r-- | module/plugins/hoster/TusfilesNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/TusfilesNet.py b/module/plugins/hoster/TusfilesNet.py index 350241ea9..1ea455399 100644 --- a/module/plugins/hoster/TusfilesNet.py +++ b/module/plugins/hoster/TusfilesNet.py @@ -19,7 +19,7 @@ class TusfilesNet(XFileSharingPro): FILE_INFO_PATTERN = r'\](?P<N>.+) - (?P<S>[\d.]+) (?P<U>\w+)\[' OFFLINE_PATTERN = r'>File Not Found|<Title>TusFiles - Fast Sharing Files!' - SH_COOKIES = [(".tusfiles.net", "lang", "english")] + COOKIES = [(".tusfiles.net", "lang", "english")] def setup(self): |