diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-04-11 12:16:14 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-11 12:16:14 +0200 |
commit | 12485652a14c55e102e5d073f4bf9518f5cf5f85 (patch) | |
tree | f299ee7b7b8cecfa6b0e229b17d39b3eb892af1d /module/plugins/hoster/ShareRapidCom.py | |
parent | Fix __config__ (diff) | |
download | pyload-12485652a14c55e102e5d073f4bf9518f5cf5f85.tar.xz |
Fix EOF
Merges vuolter/pyload@00052b2
Diffstat (limited to 'module/plugins/hoster/ShareRapidCom.py')
-rw-r--r-- | module/plugins/hoster/ShareRapidCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/ShareRapidCom.py b/module/plugins/hoster/ShareRapidCom.py index b14892a8f..7f1709865 100644 --- a/module/plugins/hoster/ShareRapidCom.py +++ b/module/plugins/hoster/ShareRapidCom.py @@ -68,4 +68,4 @@ class ShareRapidCom(SimpleHoster): elif re.search(self.ERR_CREDIT_PATTERN, self.html): self.fail("Not enough credit left") else: - self.fail("Download link not found") + self.fail("Download link not found") |