gsearch_libtest.py 109 B

123
  1. from googlesearch import search
  2. for url in search('"Breaking Code" WordPress blog', stop=20):
  3. print(url)