diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-19 01:11:30 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-19 01:11:30 +0100 |
commit | ada50c34aecdedbc0fcecb59ce941bc650ff02e5 (patch) | |
tree | e8d19a253ca4e1252ce145d3084d74ea66ad421a /module/plugins/hoster | |
parent | [ZippyshareCom] Update get_checksum (diff) | |
download | pyload-ada50c34aecdedbc0fcecb59ce941bc650ff02e5.tar.xz |
[XFileSharingPro] Remove 180upload.com from HOSTER_BUILTIN
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/HundredEightyUploadCom.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/HundredEightyUploadCom.py b/module/plugins/hoster/HundredEightyUploadCom.py index 2f226721c..2a35a008f 100644 --- a/module/plugins/hoster/HundredEightyUploadCom.py +++ b/module/plugins/hoster/HundredEightyUploadCom.py @@ -13,7 +13,8 @@ class HundredEightyUploadCom(XFSHoster): __description__ = """180upload.com hoster plugin""" __license__ = "GPLv3" __authors__ = [("stickell", "l.stickell@yahoo.it")] - + + OFFLINE_PATTERN = r'>File Not Found' |