summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/DevhostSt.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-22 10:12:21 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-22 10:12:21 +0200
commitf00dbe52cee93a0aad9b6747419ff7271adb6e84 (patch)
tree9e3231ba09b799cd50a32b5b341563e93d264467 /module/plugins/hoster/DevhostSt.py
parentLoadTo.py] Improve checkDownload (diff)
downloadpyload-f00dbe52cee93a0aad9b6747419ff7271adb6e84.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/DevhostSt.py')
-rw-r--r--module/plugins/hoster/DevhostSt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/DevhostSt.py b/module/plugins/hoster/DevhostSt.py
index 6ad6a551f..643538e4d 100644
--- a/module/plugins/hoster/DevhostSt.py
+++ b/module/plugins/hoster/DevhostSt.py
@@ -43,7 +43,7 @@ class DevhostSt(SimpleHoster):
check = self.checkDownload({'html': re.compile("html")})
if check == "html":
- self.error("Downloaded file is an html file")
+ self.error("Downloaded file is an html page")
getInfo = create_getInfo(DevhostSt)