diff options
Diffstat (limited to 'pyload/plugins/hoster/ShareRapidCom.py')
-rw-r--r-- | pyload/plugins/hoster/ShareRapidCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/ShareRapidCom.py b/pyload/plugins/hoster/ShareRapidCom.py index b14892a8f..7f1709865 100644 --- a/pyload/plugins/hoster/ShareRapidCom.py +++ b/pyload/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") |