url = "https://rubikscode.net/" | |
response = requests.get(url) | |
soup = BeautifulSoup(response.text, "html.parser") | |
aas = soup.find_all("a", class_='entry-featured-image-url') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment