result = requests.get(url=url)soup = BeautifulSoup(result.content,features="lxml")
links = soup.select('.atc_title')