diff options
Diffstat (limited to 'alumni.stanford.edu.txt')
| -rw-r--r-- | alumni.stanford.edu.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/alumni.stanford.edu.txt b/alumni.stanford.edu.txt new file mode 100644 index 0000000..a5bd03b --- /dev/null +++ b/alumni.stanford.edu.txt @@ -0,0 +1,10 @@ +title: //h1 + +author: substring-after(//div[@class="enableBullets"]/preceding-sibling::p[1], "By ") + +date: //div/a[contains (@href, "issue")] + +move_into(//div[@class="enableBullets"]/p): (//div[@id="content"]//img)[1] + +body: //div[@class="enableBullets"] +test_url: http://alumni.stanford.edu/get/page/magazine/article/?article_id=54819
\ No newline at end of file |
