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 4, 2015
1 parent 7a4a217 commit 68b159c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
@@ -1,5 +1,5 @@
from bs4 import BeautifulSoup
from urllib import urlopen
from urllib.request import urlopen
import scraperwiki

def convertirUrl(url):
Expand Down Expand Up @@ -121,7 +121,7 @@ def scrap_live(url):
Suitable_for_SME =suittext(BeautifulSoup(Table(htmltext,5)).text)

Document =htmltext.findAll('div',{"class":"highlight_date_body"})
Contact_Details=suittext(Contact(htmltext))
Contract_Details=suittext(Contact(htmltext))

Email = htmltext.find('div',{"class":"c_email"}).text

Expand Down

0 comments on commit 68b159c

Please sign in to comment.