Skip to content

Instantly share code, notes, and snippets.

@csessig86
Created March 2, 2012 16:52
Show Gist options
  • Save csessig86/1959618 to your computer and use it in GitHub Desktop.
Save csessig86/1959618 to your computer and use it in GitHub Desktop.
Timeline.py part 3
date = x.find('p', attrs={'class': 'story-more'})('em')
link = x.find('fb:like')['href']
headline = x.find('h3').text
description = x.find('div', attrs={'id': 'blox-story-text'})('p', limit=1)
image = x.find('img')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment