Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created December 1, 2019 10:12
Show Gist options
  • Save NMZivkovic/d1468cff3859d88b974a61efcb9c790c to your computer and use it in GitHub Desktop.
Save NMZivkovic/d1468cff3859d88b974a61efcb9c790c to your computer and use it in GitHub Desktop.
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