diff options
| author | Olivier Mehani <shtrom-github@ssji.net> | 2017-05-14 22:45:15 +1000 |
|---|---|---|
| committer | FiveFilters.org <fivefilters@fivefilters.org> | 2017-05-14 14:45:15 +0200 |
| commit | 3b39daef59eeeb2ddf4980c50b0f3a3161035eff (patch) | |
| tree | 2a50469cfa1a9a806aaf3ec60c4542c60bf3ee59 | |
| parent | d74208fa786b16cc268b4ba91890339861f0b25e (diff) | |
| download | ftr-site-config-3b39daef59eeeb2ddf4980c50b0f3a3161035eff.tar.gz ftr-site-config-3b39daef59eeeb2ddf4980c50b0f3a3161035eff.zip | |
blog.trello.com (#292)
* summitroute.com
* blog.trello.com
* Update blog.trello.com.txt
* Update summitroute.com.txt
| -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/ |
