diff options
| -rw-r--r-- | blog.trello.com.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.trello.com.txt b/blog.trello.com.txt index 87f9cf2..3c11a81 100644 --- a/blog.trello.com.txt +++ b/blog.trello.com.txt @@ -1,5 +1,5 @@ title: //div[contain(@class, 'post-header')] -body: //div[contains(@class, 'post-body')] +body: //div[contains(concat(' ',normalize-space(@class),' '),' post-body ')] author: //a[contains(@class, 'author-link')] date: //span[contains(@class, 'byline-date')] |
