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 3, 2015
1 parent eee4890 commit 7a4a217
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scraper.py
Expand Up @@ -116,8 +116,6 @@ def scrap_live(url):
Estimated_Value_TEXT_DESCRIPTION =suittext(BeautifulSoup(Table(htmltext,2)).text)
Cat =suittext(Table(htmltext,3))
Category= (BeautifulSoup(Cat).text).split(',')
for i in Category :
i= suittext(str(i))
Category=str(Category)
CPV_codes =suittext(BeautifulSoup(Table(htmltext,4)).text)
Suitable_for_SME =suittext(BeautifulSoup(Table(htmltext,5)).text)
Expand All @@ -130,7 +128,6 @@ def scrap_live(url):
DOCUMENT_AVAILABLE_UNTIL= suittext(BeautifulSoup(Document[0].getText()).text)
SUBMISSION_RETURN_BY= suittext(BeautifulSoup(Document[0].getText()).text)


print ("Description="+Description)
print("Contact_Details="+Contract_Details)

Expand Down

0 comments on commit 7a4a217

Please sign in to comment.