public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
Depiction - i guess i have everything now
moustaki (author)
Thu Mar 06 10:44:22 -0800 2008
commit  aec926b6d02d5e9f8cb6a5941c0ebd487ed6aa47
tree    9071fab5a25f319fb58f8f684296745813a9bf7d
parent  7287e66d88e9d5392567a2ebaa196c3920c3b89c
...
27
28
29
 
 
 
30
31
32
...
34
35
36
 
...
27
28
29
30
31
32
33
34
35
...
37
38
39
40
0
@@ -27,6 +27,9 @@
0
   email = "http://www.gumtree.com"+email1
0
 else :
0
   email = email1
0
+image = "http://www.gumtree.com"+soup('div',id="images")[0].contents[1].attrs[0][1]
0
+
0
+
0
 #tel = clean(soup('div',id="replyto")[0].contents[0].contents[3])
0
 
0
 
0
@@ -34,4 +37,5 @@
0
 print title
0
 print description
0
 print email
0
+print image

Comments

    No one has commented yet.