From 9ed32c58edf453b773bc89f2675df3e6cf32097c Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Tue, 1 Oct 2013 14:52:55 +0200 Subject: cars.com and hemmings.com --- cars.com.txt | 7 +++++++ hemmings.com.txt | 9 +++++++++ 2 files changed, 16 insertions(+) create mode 100644 cars.com.txt create mode 100644 hemmings.com.txt 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 -- cgit v1.3.1