public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
Scraps location
moustaki (author)
Thu Mar 06 10:01:41 -0800 2008
commit  7451b32ab44f631c168f3dc7bcbafc61c4d3161f
tree    5e6ee667d9370c3de833fe4ef68c2325347368c2
parent  42068eb2abd4a916f4d6083592caed9deec21fed
...
11
12
13
14
 
 
 
...
11
12
13
 
14
15
16
0
@@ -11,5 +11,7 @@
0
 
0
 soup = BeautifulSoup(html)
0
 
0
-print soup('span','fieldlabel')
0
+location = soup('span','location')[0].contents[1][6:]
0
+
0
+print location

Comments

    No one has commented yet.