diff options
| -rw-r--r-- | habrahabr.ru.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/habrahabr.ru.txt b/habrahabr.ru.txt index 6753835..0328fa8 100644 --- a/habrahabr.ru.txt +++ b/habrahabr.ru.txt @@ -2,7 +2,7 @@ title: //span[@class="post_title"] author: //div[@class="author"] date: //div[@class="published -body: //div[@class='content html_format'] | //div[@id='comments'] +body: //div[contains(concat(' ',normalize-space(@class),' '),' content ')] | //div[@id='comments'] strip: //a[@class="link_to_comment"] strip: //div[@class="show_tree"] @@ -18,4 +18,5 @@ replace_string(class="info "): style="padding-top:5px;font-size:0.85em;line-hei prune: no tidy: no -test_url: http://habrahabr.ru/post/229883/
\ No newline at end of file +test_url: http://habrahabr.ru/post/229883/ +test_url: https://habrahabr.ru/company/mailru/blog/324078/ |
