diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-04-14 22:55:24 +0200 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-04-14 22:55:24 +0200 |
| commit | cb56d8652a51fc1f8049e58b81035688dee15ca8 (patch) | |
| tree | b73eaa70cca3184a74c15216265056e07c4b9f5d | |
| parent | 0987b9b0e3e6f2a46c27c3da99624a0d1d5e20ab (diff) | |
| download | ftr-site-config-cb56d8652a51fc1f8049e58b81035688dee15ca8.tar.gz ftr-site-config-cb56d8652a51fc1f8049e58b81035688dee15ca8.zip | |
fertigung.de
| -rw-r--r-- | fertigung.de.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fertigung.de.txt b/fertigung.de.txt new file mode 100644 index 0000000..90145e5 --- /dev/null +++ b/fertigung.de.txt @@ -0,0 +1,23 @@ +title: //title + +body: //div[@id='content'] + +strip: (//div[@id='content']/h2)[1] + +strip: //h2[contains(., 'mehr News')]/following::* +strip: //h2[contains(., 'mehr News')] + +strip: //div[contains(@class, 'indizar')]/following::* +strip: //div[contains(@class, 'indizar')] + +strip: //h1[contains(@class, 'single')]/preceding::* +strip: //h1[contains(@class, 'single')] + +strip_id_or_class: plista_widget + +prune: no + +next_page_link: //a[contains(., 'Weiter')] + +test_url: http://www.fertigung.de/2013/04/igus-neuer-energiekettenkatalog/ +test_url: http://www.fertigung.de/2013/04/dynamisch-und-hochpraezise/
\ No newline at end of file |
