diff options
author | Guidobelix <guidobelix@hotmail.it> | 2014-12-06 20:12:44 +0100 |
---|---|---|
committer | Guidobelix <guidobelix@hotmail.it> | 2014-12-06 20:12:44 +0100 |
commit | bea9ff8cc5fee181dad7181fd30b061abc64f2ee (patch) | |
tree | f96c76dc019914827955b2c405667c531c583b2c /module/plugins/hoster/TusfilesNet.py | |
parent | [DebridItaliaCom] Typo fixup (diff) | |
download | pyload-bea9ff8cc5fee181dad7181fd30b061abc64f2ee.tar.xz |
[TusfilesNet] Updated OFFLINE_PATTERN
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 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): |