diff options
Diffstat (limited to 'pyload/plugins/account/TusfilesNet.py')
-rw-r--r-- | pyload/plugins/account/TusfilesNet.py | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/pyload/plugins/account/TusfilesNet.py b/pyload/plugins/account/TusfilesNet.py deleted file mode 100644 index c665c608e..000000000 --- a/pyload/plugins/account/TusfilesNet.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- - -import re - -from time import mktime, strptime, gmtime - -from pyload.plugins.internal.XFSAccount import XFSAccount - - -class TusfilesNet(XFSAccount): - __name = "TusfilesNet" - __type = "account" - __version = "0.06" - - __description = """Tusfile.net account plugin""" - __license = "GPLv3" - __authors = [("guidobelix", "guidobelix@hotmail.it")] - - - HOSTER_DOMAIN = "tusfiles.net" - - VALID_UNTIL_PATTERN = r'<span class="label label-default">([^<]+)</span>' - TRAFFIC_LEFT_PATTERN = r'<td><img src="//www\.tusfiles\.net/i/icon/meter\.png" alt=""/></td>\n<td> (?P<S>[\d.,]+)' |