diff options
author | spoob <spoob@gmx.de> | 2010-04-06 16:01:45 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-04-06 16:01:45 +0200 |
commit | 1a80a6dea59ef65565597ae2fde79761f44d3af3 (patch) | |
tree | 7004152ae6b975bb66a4845cc35acaada34f179b /module/plugins/hoster/NetloadIn.py | |
parent | Hotfile Premium (diff) | |
download | pyload-1a80a6dea59ef65565597ae2fde79761f44d3af3.tar.xz |
Universal File Not Found
Diffstat (limited to 'module/plugins/hoster/NetloadIn.py')
-rw-r--r-- | module/plugins/hoster/NetloadIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index 278e9ce87..0b7bcd27f 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -59,7 +59,7 @@ class NetloadIn(Plugin): pyfile.status.url = self.get_file_url() else: - raise Exception, "The file was not found on the server." + return False def download_api_data(self): url = self.parent.url |