The output CSV file provide date, type of the article, author, link of the atricle and the content of the articles
browser = webdriver.Chrome("desired directory path")
Use browser.get
to input your desired link. You only need to replace the link in the code where you see below code:
browser.get("Put your link here")