diff options
| -rw-r--r-- | cars.com.txt | 7 | ||||
| -rw-r--r-- | hemmings.com.txt | 9 |
2 files changed, 16 insertions, 0 deletions
diff --git a/cars.com.txt b/cars.com.txt new file mode 100644 index 0000000..71c5c05 --- /dev/null +++ b/cars.com.txt @@ -0,0 +1,7 @@ +title: //div[contains(@class, 'basicInfo')]//h1 + +body: //img[@id='chosenPhotoIMG'] | //div[@id='aboutThisVehicleBox'] + +prune: no + +test_url: http://www.cars.com/go/search/detail.jsp?listingId=115364779
\ No newline at end of file diff --git a/hemmings.com.txt b/hemmings.com.txt new file mode 100644 index 0000000..a02b4a6 --- /dev/null +++ b/hemmings.com.txt @@ -0,0 +1,9 @@ +title: //h2 +body: //div[@id='leftdetail'] +single_page_link: //a[contains(@href, 'printable=1')] +strip: //a[contains(., 'Full Version')] + +prune: no + +test_url: http://www.hemmings.com/classifieds/dealer/ferrari/330gtc/1601235.html +test_url: http://www.hemmings.com/rss/keyword.xml?adtype=carsforsale&make=ferrari
\ No newline at end of file |
