summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FastshareCz.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-13 17:18:17 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-13 17:18:17 +0200
commitecf0d8b21ce205d997fb2a3e652cfae46a2c962d (patch)
tree4ad52bb44783121e24d31d57baf76e820856394f /module/plugins/hoster/FastshareCz.py
parentBayfiles: fixed #308 (diff)
downloadpyload-ecf0d8b21ce205d997fb2a3e652cfae46a2c962d.tar.xz
SimpleHoster: improved 0.4.9 cookie bug workaround
Diffstat (limited to 'module/plugins/hoster/FastshareCz.py')
-rw-r--r--module/plugins/hoster/FastshareCz.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/module/plugins/hoster/FastshareCz.py b/module/plugins/hoster/FastshareCz.py
index d2b644d4c..1597d21e5 100644
--- a/module/plugins/hoster/FastshareCz.py
+++ b/module/plugins/hoster/FastshareCz.py
@@ -27,7 +27,7 @@ class FastshareCz(SimpleHoster):
__name__ = "FastshareCz"
__type__ = "hoster"
__pattern__ = r"http://(?:\w*\.)?fastshare.cz/\d+/.+"
- __version__ = "0.18"
+ __version__ = "0.19"
__description__ = """FastShare.cz"""
__author_name__ = ("zoidberg", "stickell")
@@ -41,8 +41,6 @@ class FastshareCz(SimpleHoster):
NOT_ENOUGH_CREDIC_PATTERN = "Nem.te dostate.n. kredit pro sta.en. tohoto souboru"
def handleFree(self):
- self.html = self.load(self.pyfile.url)
-
if '100% of FREE slots are full' in self.html:
self.retry(120, 60, "No free slots")