summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FastshareCz.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-05 22:14:53 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-05 22:14:53 +0200
commitff91b58bf9ee65aaeb048426295af6ad122b119e (patch)
tree1518b797739524427ec0c60551c13300feec3a93 /module/plugins/hoster/FastshareCz.py
parent[SimpleHoster] Added default handle patterns LINK_FREE_PATTERN and LINK_PREMI... (diff)
downloadpyload-ff91b58bf9ee65aaeb048426295af6ad122b119e.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/FastshareCz.py')
-rw-r--r--module/plugins/hoster/FastshareCz.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/plugins/hoster/FastshareCz.py b/module/plugins/hoster/FastshareCz.py
index 5a6773af6..7a70baf93 100644
--- a/module/plugins/hoster/FastshareCz.py
+++ b/module/plugins/hoster/FastshareCz.py
@@ -48,9 +48,8 @@ class FastshareCz(SimpleHoster):
self.download(urljoin(baseurl, action), post={"code": captcha, "btn.x": 77, "btn.y": 18})
check = self.checkDownload({
- "paralell_dl":
- "<title>FastShare.cz</title>|<script>alert\('Pres FREE muzete stahovat jen jeden soubor najednou.'\)",
- "wrong_captcha": "Download for FREE"
+ 'paralell_dl': "<title>FastShare.cz</title>|<script>alert\('Pres FREE muzete stahovat jen jeden soubor najednou.'\)",
+ 'wrong_captcha': "Download for FREE"
})
if check == "paralell_dl":