summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-04-15 19:51:40 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-04-15 19:51:40 +0200
commit33f11665fc267ecd3f609a6ef70ba98e622f88cb (patch)
treec5126d9f4bd89b938910c3f2050e8adc1e9b5fe4 /module/plugins/hoster
parentfixed a bug where filenames where cut at a comma (diff)
downloadpyload-33f11665fc267ecd3f609a6ef70ba98e622f88cb.tar.xz
version bump
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/UploadedTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/UploadedTo.py b/module/plugins/hoster/UploadedTo.py
index c6c2219dd..9c349488c 100644
--- a/module/plugins/hoster/UploadedTo.py
+++ b/module/plugins/hoster/UploadedTo.py
@@ -84,7 +84,7 @@ class UploadedTo(Hoster):
__name__ = "UploadedTo"
__type__ = "hoster"
__pattern__ = r"(http://[\w\.-]*?uploaded\.to/.*?(file/|\?id=|&id=)[\w]+/?)|(http://[\w\.]*?ul\.to/(\?id=|&id=)?[\w\-]+/.+)|(http://[\w\.]*?ul\.to/(\?id=|&id=)?[\w\-]+/?)"
- __version__ = "0.56"
+ __version__ = "0.57"
__description__ = """Uploaded.to Download Hoster"""
__author_name__ = ("spoob", "mkaay", "zoidberg")
__author_mail__ = ("spoob@pyload.org", "mkaay@mkaay.de", "zoidberg@mujmail.cz")
@@ -224,4 +224,4 @@ class UploadedTo(Hoster):
if not downloadURL:
self.fail("No Download url retrieved/all captcha attempts failed")
- self.download(downloadURL) \ No newline at end of file
+ self.download(downloadURL)