diff options
author | Stefano <l.stickell@yahoo.it> | 2014-05-29 21:38:47 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-05-29 21:38:47 +0200 |
commit | ee459e98a7a0d738da572a8f1aab740bbd7c19e1 (patch) | |
tree | 4c33e8d1931a0b7a101dbaee97049d7b21c6917f /module/plugins/hoster | |
parent | [CaptchaBrotherhood] Pillow support (diff) | |
download | pyload-ee459e98a7a0d738da572a8f1aab740bbd7c19e1.tar.xz |
Revert "[XFileSharingPro] Fixed premium mode"
Fixes #636
This reverts commit e04a7fa2fcf7e2b4ace548f876117c63d7f265af.
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/XFileSharingPro.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/XFileSharingPro.py b/module/plugins/hoster/XFileSharingPro.py index 01defdfed..f69283c47 100644 --- a/module/plugins/hoster/XFileSharingPro.py +++ b/module/plugins/hoster/XFileSharingPro.py @@ -37,7 +37,7 @@ class XFileSharingPro(SimpleHoster): __name__ = "XFileSharingPro" __type__ = "hoster" __pattern__ = r'^unmatchable$' - __version__ = "0.30" + __version__ = "0.31" __description__ = """XFileSharingPro base hoster plugin""" __author_name__ = ("zoidberg", "stickell") __author_mail__ = ("zoidberg@mujmail.cz", "l.stickell@yahoo.it") @@ -157,7 +157,6 @@ class XFileSharingPro(SimpleHoster): return found.group(1) def handlePremium(self): - self.html = self.load(self.pyfile.url) self.html = self.load(self.pyfile.url, post=self.getPostParameters()) found = re.search(self.DIRECT_LINK_PATTERN, self.html) if not found: |