diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-10-01 14:52:55 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-10-01 14:52:55 +0200 |
| commit | 9ed32c58edf453b773bc89f2675df3e6cf32097c (patch) | |
| tree | 28c69fc6898f02ba582b4adbbb42da971131196f | |
| parent | 13f93fb4ef7e448204632de4bc5eb6984dd7e500 (diff) | |
| download | ftr-site-config-9ed32c58edf453b773bc89f2675df3e6cf32097c.tar.gz ftr-site-config-9ed32c58edf453b773bc89f2675df3e6cf32097c.zip | |
cars.com and hemmings.com
| -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 |
