diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-16 01:52:02 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-16 01:52:02 +0100 |
commit | ee741e2920b56af3eda1123d02d3e2c1322db0fc (patch) | |
tree | 2437262a4f1013711e6c6c2bfb80911cf45a881f /module | |
parent | Update plugins after SimpleHoster changes (diff) | |
parent | [TusfilesNet] Updated OFFLINE_PATTERN (diff) | |
download | pyload-ee741e2920b56af3eda1123d02d3e2c1322db0fc.tar.xz |
Merge pull request #951 from Guidobelix/Tus2
[TusfilesNet] Updated OFFLINE_PATTERN
Diffstat (limited to 'module')
-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 8c80455b4..f1f8cd90a 100644 --- a/module/plugins/hoster/TusfilesNet.py +++ b/module/plugins/hoster/TusfilesNet.py @@ -19,7 +19,7 @@ class TusfilesNet(XFSHoster): HOSTER_DOMAIN = "tusfiles.net" INFO_PATTERN = r'\](?P<N>.+) - (?P<S>[\d.,]+) (?P<U>[\w^_]+)\[' - OFFLINE_PATTERN = r'>File Not Found|<Title>TusFiles - Fast Sharing Files!' + OFFLINE_PATTERN = r'>File Not Found|<Title>TusFiles - Fast Sharing Files!|The file you are trying to download is no longer available' def setup(self): |