Skip to content

Instantly share code, notes, and snippets.

@gartenfeld
Created July 10, 2014 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gartenfeld/220ceceee1630168d716 to your computer and use it in GitHub Desktop.
Save gartenfeld/220ceceee1630168d716 to your computer and use it in GitHub Desktop.
Matching exact class attribute.
soup(lambda tag: tag.name == 'div' and tag.get('class') == ['some-class'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment