diff options
author | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-07-23 14:27:57 +0300 |
---|---|---|
committer | Maryana Rozhankivska <mariroz@mr.lviv.ua> | 2014-07-23 14:27:57 +0300 |
commit | 0ce85e0a7fa873c69f1ec159bc188c6a58a2ad21 (patch) | |
tree | 3aa8991d038ece908fea4fde67c6f69ef7401285 | |
parent | 5594d7d05469bcff2a046a99d49990bd63a6fd4f (diff) | |
download | wallabag-0ce85e0a7fa873c69f1ec159bc188c6a58a2ad21.tar.gz wallabag-0ce85e0a7fa873c69f1ec159bc188c6a58a2ad21.tar.zst wallabag-0ce85e0a7fa873c69f1ec159bc188c6a58a2ad21.zip |
config for habrahabr.ru to grep articles with comments
-rwxr-xr-x | inc/3rdparty/site_config/standard/habrahabr.ru.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/inc/3rdparty/site_config/standard/habrahabr.ru.txt b/inc/3rdparty/site_config/standard/habrahabr.ru.txt new file mode 100755 index 00000000..67538359 --- /dev/null +++ b/inc/3rdparty/site_config/standard/habrahabr.ru.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | title: //span[@class="post_title"] | ||
2 | author: //div[@class="author"] | ||
3 | date: //div[@class="published | ||
4 | |||
5 | body: //div[@class='content html_format'] | //div[@id='comments'] | ||
6 | |||
7 | strip: //a[@class="link_to_comment"] | ||
8 | strip: //div[@class="show_tree"] | ||
9 | strip: //a[@class="to_parent"] | ||
10 | |||
11 | |||
12 | replace_string(class="reply_comments"): style="padding-left: 20px" | ||
13 | replace_string(class="voting "): style="float: right" | ||
14 | replace_string(src="//habrastorage.org/getpro/habr/avatars/): style="width:24px; height:24px;" class="123" src="//habrastorage.org/getpro/habr/avatars/ | ||
15 | replace_string(class="info "): style="padding-top:5px;font-size:0.85em;line-height:24px;" | ||
16 | |||
17 | |||
18 | prune: no | ||
19 | tidy: no | ||
20 | |||
21 | test_url: http://habrahabr.ru/post/229883/ \ No newline at end of file | ||