diff options
| -rw-r--r-- | cnn.com.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cnn.com.txt b/cnn.com.txt index f4b39be..d5ad2b4 100644 --- a/cnn.com.txt +++ b/cnn.com.txt @@ -1,3 +1,4 @@ +body: //div[@id='cnnContentContainer']//div[contains(@class, 'cnn_strycntntlft')] title: //div[@class="cnn_storyarea"]/h1 author: //div[@class="cnnByline"]/strong date: substring-after(//div[@class="cnn_strytmstmp"], 'Sun') @@ -16,4 +17,5 @@ strip_id_or_class: cnn_strybtntools strip_id_or_class: cnn_strybtmcntnt strip_id_or_class: cnn_containerwht strip_id_or_class: cnn_stryathrtmp -test_url: http://www.cnn.com/2012/05/13/us/new-york-police-policy/index.html?eref=rss_topstories
\ No newline at end of file +test_url: http://www.cnn.com/2012/05/13/us/new-york-police-policy/index.html?eref=rss_topstories +test_url: http://rss.cnn.com/rss/edition.rss
\ No newline at end of file |
