diff options
author | zoidberg10 <zoidberg@mujmail.cz> | 2012-09-27 20:28:32 +0200 |
---|---|---|
committer | zoidberg10 <zoidberg@mujmail.cz> | 2012-09-27 20:28:32 +0200 |
commit | df0b35be0bc0e2b13be8c6787bbce03082f0e08e (patch) | |
tree | da100584baca6641693ed3b2ca5d67fb12720dbd /module/plugins/hoster/CramitIn.py | |
parent | filebeer.info (free only) - closed #687 (diff) | |
download | pyload-df0b35be0bc0e2b13be8c6787bbce03082f0e08e.tar.xz |
add filebeer.info/fastshare.cz/quickshare.cz premium, closed #688
Diffstat (limited to 'module/plugins/hoster/CramitIn.py')
-rw-r--r-- | module/plugins/hoster/CramitIn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/CramitIn.py b/module/plugins/hoster/CramitIn.py index a7935c744..171fba0ff 100644 --- a/module/plugins/hoster/CramitIn.py +++ b/module/plugins/hoster/CramitIn.py @@ -5,7 +5,7 @@ class CramitIn(XFileSharingPro): __name__ = "CramitIn" __type__ = "hoster" __pattern__ = r"http://(?:\w*\.)*cramit.in/\w{12}" - __version__ = "0.03" + __version__ = "0.04" __description__ = """Cramit.in hoster plugin""" __author_name__ = ("zoidberg") __author_mail__ = ("zoidberg@mujmail.cz") @@ -15,6 +15,6 @@ class CramitIn(XFileSharingPro): HOSTER_NAME = "cramit.in" def setup(self): - self.multiDL = self.premium + self.resumeDownload = self.multiDL = self.premium getInfo = create_getInfo(CramitIn)
\ No newline at end of file |