diff options
author | Stefano <l.stickell@yahoo.it> | 2013-05-30 14:43:16 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-05-30 14:43:16 +0200 |
commit | c73f11e28d8dd982f41498799ad4ef437b5df2d7 (patch) | |
tree | d382af4730ccc2b272f48ec7f6be8305c5eaca88 /module/plugins/hoster | |
parent | ZippyshareCom: fixed #135 (diff) | |
download | pyload-c73f11e28d8dd982f41498799ad4ef437b5df2d7.tar.xz |
UploadheroCom: test link
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/UploadheroCom.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/plugins/hoster/UploadheroCom.py b/module/plugins/hoster/UploadheroCom.py index 502f849af..a2348b9f9 100644 --- a/module/plugins/hoster/UploadheroCom.py +++ b/module/plugins/hoster/UploadheroCom.py @@ -16,6 +16,9 @@ @author: zoidberg """ +# Test link (random.bin): +# http://uploadhero.co/dl/wQBRAVSM + import re from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo |