Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created December 1, 2019 10:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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