@@ -1,2 +1,7 @@
from bs4 import BeautifulSoup
import requests as rq
def getsoup(s: str) -> BeautifulSoup:
return BeautifulSoup(rq.get(s).text, 'html.parser')
soup = getsoup("https://www.millesima.fr/")
The note is not visible to the blocked user.