diff options
| author | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2013-02-27 23:43:10 +0100 |
| commit | 9a69161c8646f63b4d9fa17c6ac3ab922d625859 (patch) | |
| tree | 62a446347e1279f00383fdd7f9637cfd58a50879 /brookings.edu.txt | |
| download | ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.tar.gz ftr-site-config-9a69161c8646f63b4d9fa17c6ac3ab922d625859.zip | |
Initial commit
Diffstat (limited to 'brookings.edu.txt')
| -rw-r--r-- | brookings.edu.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/brookings.edu.txt b/brookings.edu.txt new file mode 100644 index 0000000..17a4760 --- /dev/null +++ b/brookings.edu.txt @@ -0,0 +1,13 @@ +title: //div[@id='contentheader']/h1 +author: //p[@class='attribution']/span[@class='author']/* +# Is there a way to pull multiple authors? My XPath here is just grabbing the first + +date: /html/head/meta[@name="date"]/@content +body: //div[@class='main-content'] + +strip: //p[@class='byline'] +strip: //div[@class='img-gallery'] +strip: //div[@class='callout'] +strip: //div[@class='add-your-view'] +convert_double_br_tags: yes +test_url: http://www.brookings.edu/opinions/2011/1018_cyberattack_libya_goldsmith.aspx
\ No newline at end of file |
