@@ -5,3 +5,8 @@ def getsoup(s: str) -> BeautifulSoup:
return BeautifulSoup(rq.get(s).text, 'html.parser')
soup = getsoup("https://www.millesima.fr/")
def nimportequoi() :
links = soup.find_all('a')
for link in links:
print(link.get('href'))
The note is not visible to the blocked user.