From 872412242c1a6e7217649d9606e9207893513434 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 22 May 2009 16:38:05 +0200 Subject: fixed little bugs --- Plugins/RapidshareCom.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Plugins') diff --git a/Plugins/RapidshareCom.py b/Plugins/RapidshareCom.py index 8adf89e25..6ad0b43e8 100644 --- a/Plugins/RapidshareCom.py +++ b/Plugins/RapidshareCom.py @@ -90,8 +90,9 @@ class RapidshareCom(Plugin): if re.search(r".*The File could not be found.*", self.html[0]) != None or \ re.search(r"(

This limit is reached.

)", self.html[0]) or \ re.search(r"(.*is momentarily not available.*)", self.html[0]) or \ - re.search(r"(.*The uploader has removed this file from the server.*)", self.html[0]): - return False + re.search(r"(.*The uploader has removed this file from the server.*)", self.html[0]) or \ + re.search(r"(.*This file is suspected to contain illegal content.*)", self.html[0]): + return False else: return True -- cgit v1.2.3