diff --git a/pirate-get.py b/pirate-get.py index 1476c83..668710c 100755 --- a/pirate-get.py +++ b/pirate-get.py @@ -229,7 +229,7 @@ def remote(args, mirror): r'([^<]+)', res) # check for a blocked mirror - no_results = re.search(r'"No hits\.', res) + no_results = re.search(r'No hits\. Try adding an asterisk in you search phrase\.', res) if found == [] and no_results is None: # Contradiction - we found no results, # but the page didn't say there were no results.