diff options
| -rw-r--r-- | anandtech.com.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/anandtech.com.txt b/anandtech.com.txt index 7e19c16..fc95c5d 100644 --- a/anandtech.com.txt +++ b/anandtech.com.txt @@ -1,5 +1,5 @@ -body: //section[@class='main_cont'] /img | //div[@class='articleContent'] -title: //div[@class='blog_top_left'] //h2 +body: //section[@class='main_cont']/img | //div[@class='articleContent'] +title: //div[@class='blog_top_left']//h2 author: //a[@class='b'][1] date: substring-after(substring-before(//div, 'Posted in'), ' on ') strip_image_src: /content/images/globals/ |
