diff options
| -rw-r--r-- | brookings.edu.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/brookings.edu.txt b/brookings.edu.txt deleted file mode 100644 index 17a4760..0000000 --- a/brookings.edu.txt +++ /dev/null @@ -1,13 +0,0 @@ -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 |
