diff options
author | Nitzo <nitzo2001@yahoo.com> | 2016-02-15 01:55:04 +0100 |
---|---|---|
committer | Nitzo <nitzo2001@yahoo.com> | 2016-02-15 01:55:04 +0100 |
commit | c748bf9ba6f3d78521e642352c42ac11e09c7470 (patch) | |
tree | e517c45e03b651f1324d4f7fda1efbc80acf87fc /module | |
parent | [UploadingCom] fix #1257 (diff) | |
download | pyload-c748bf9ba6f3d78521e642352c42ac11e09c7470.tar.xz |
[UploadingCom] Update
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/UploadingCom.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/module/plugins/hoster/UploadingCom.py b/module/plugins/hoster/UploadingCom.py index de0496aff..710eef21c 100644 --- a/module/plugins/hoster/UploadingCom.py +++ b/module/plugins/hoster/UploadingCom.py @@ -1,13 +1,11 @@ # -*- coding: utf-8 -*- -import re - from module.plugins.internal.DeadHoster import DeadHoster class UploadingCom(DeadHoster): __name__ = "UploadingCom" __type__ = "hoster" - __version__ = "0.49" + __version__ = "0.50" __status__ = "testing" __pattern__ = r'http://(?:www\.)?uploading\.com/files/(?:get/)?(?P<ID>\w+)' |