I need a simple application. Input are few keyword that should be titles, and list of urls. Output is list of urls that contain specified keywords in n page title.
For example:
keyword: blue,widgets
urls title: green and blue super widgets
result: urls is included in the list
1) It should just...