diff options
author | Stefano <l.stickell@yahoo.it> | 2013-06-25 13:16:12 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-06-25 13:16:12 +0200 |
commit | 3229f1593f18efeceb8b98f45d4d4c15a5555d16 (patch) | |
tree | f4ee502386c4263f60b764ded3be2a072146bf5f /module/plugins/hoster | |
parent | Merge pull request #180 from seoester/streamcloud-update-148 (diff) | |
download | pyload-3229f1593f18efeceb8b98f45d4d4c15a5555d16.tar.xz |
StreamcloudEu: increased version number after 40831c996c0c80e369d2232bd707e0b2088056fc
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/StreamcloudEu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StreamcloudEu.py b/module/plugins/hoster/StreamcloudEu.py index 35b9a0bd2..73c0465f8 100644 --- a/module/plugins/hoster/StreamcloudEu.py +++ b/module/plugins/hoster/StreamcloudEu.py @@ -8,7 +8,7 @@ class StreamcloudEu(XFileSharingPro): __name__ = "StreamcloudEu" __type__ = "hoster" __pattern__ = r"http://(www\.)?streamcloud\.eu/\S+" - __version__ = "0.01" + __version__ = "0.02" __description__ = """Streamcloud.eu hoster plugin""" __author_name__ = ("seoester") __author_mail__ = ("seoester@googlemail.com") |