if == " main ": docs = scrape_docsity_search("calculus+1", pages=1) for d in docs: print(f"- {d['title']}: {d['url']}")