diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-01 19:47:18 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-01 19:47:18 +0200 |
commit | 2d2e8914fa17d4de87bd18f60d416461ba9fa4f7 (patch) | |
tree | 12ca59f1cb0e72c417d6e273de2b618ecd497767 /module/plugins/hoster | |
parent | [WorldbytezCom] Account (diff) | |
download | pyload-2d2e8914fa17d4de87bd18f60d416461ba9fa4f7.tar.xz |
[XFSHoster] Improve OFFLINE_PATTERN
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/TusfilesNet.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/TusfilesNet.py b/module/plugins/hoster/TusfilesNet.py index 6021a4c30..a79d8c869 100644 --- a/module/plugins/hoster/TusfilesNet.py +++ b/module/plugins/hoster/TusfilesNet.py @@ -18,7 +18,6 @@ class TusfilesNet(XFSHoster): INFO_PATTERN = r'\](?P<N>.+) - (?P<S>[\d.,]+) (?P<U>[\w^_]+)\[' - 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): |