diff options
| -rw-r--r-- | blog.trello.com.txt | 11 | ||||
| -rw-r--r-- | summitroute.com.txt | 3 |
2 files changed, 9 insertions, 5 deletions
diff --git a/blog.trello.com.txt b/blog.trello.com.txt index 11b6467..87f9cf2 100644 --- a/blog.trello.com.txt +++ b/blog.trello.com.txt @@ -1,6 +1,7 @@ -title: //div[@class='post-header'] -body: //div[@class='post-body'] -author: //a[@class='author-link'] -date: //span[@class='byline-date'] - +title: //div[contain(@class, 'post-header')] +body: //div[contains(@class, 'post-body')] +author: //a[contains(@class, 'author-link')] +date: //span[contains(@class, 'byline-date')] + test_url: http://blog.trello.com/how-to-set-better-life-goals +test_url: http://blog.trello.com/6-mistakes-when-you-work-in-office-but-have-remote-team-members diff --git a/summitroute.com.txt b/summitroute.com.txt new file mode 100644 index 0000000..5763491 --- /dev/null +++ b/summitroute.com.txt @@ -0,0 +1,3 @@ +prune: no + +test_url: https://summitroute.com/blog/2015/12/24/instagram_bounty_case_study_for_defense/ |
