Quote:
Originally Posted by rogerx
how do I just include only the DATE (story_item_date updated) of a span class and omit the rest of a div class?
|
Something like this:
Code:
date = self.tag_to_string(soup.find('span', attrs={'class':'story_item_date updated'}))