From 25b5d9df7d8c2132f767c12d4bdd7c58325fb84e Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 26 Jul 2011 23:32:40 +0200 Subject: fixed gui startup --- module/plugins/hoster/NetloadIn.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index 6ab0184a8..f9ea5f698 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -239,9 +239,11 @@ class NetloadIn(Hoster): self.download(url, cookies=True) - check = self.checkDownload({"empty": re.compile(r"^$")}) + check = self.checkDownload({"empty": re.compile(r"^$"), "offline": re.compile("\* The file was deleted")}) if check == "empty": self.log.info(_("Downloaded File was empty")) self.retry() + else check == "offline": + self.offline() -- cgit v1.2.3