Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahed committed Nov 5, 2015
1 parent 0c17227 commit f8e954c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -155,6 +155,8 @@ def scrap_live(url):

DOCUMENT_AVAILABLE_UNTIL_clean=dateClean(BeautifulSoup(Document[0].getText()).text)
SUBMISSION_RETURN_BY_clean= dateClean(BeautifulSoup(Document[1].getText()).text)

print(SUBMISSION_RETURN_BY_clean)

data={"ID":unicode(ID), \
"Url":unicode(url),\
Expand Down

0 comments on commit f8e954c

Please sign in to comment.