Codebase list emailharvester / 01f09e3
minor minor maldevel 8 years ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
171171 if x > 0:
172172 return x
173173 raise argparse.ArgumentTypeError("Minimum results limit is 1.")
174
175 #===============================================================================
176 # def engine_type(engine):
177 # engines = 'all ask bing google yahoo'.split()
178 # if engine in engines:
179 # return engine
180 # raise argparse.ArgumentTypeError("Invalid search engine, try with: {}.".format(', '.join(engines)))
181 #===============================================================================
182174
183175 ###################################################################
184176