diff options
| -rw-r--r-- | keyboardmag.com.txt | 4 | ||||
| -rw-r--r-- | lenta.ru.txt | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/keyboardmag.com.txt b/keyboardmag.com.txt new file mode 100644 index 0000000..4953d81 --- /dev/null +++ b/keyboardmag.com.txt @@ -0,0 +1,4 @@ +body: //div[@class='article-inner'] +strip_id_or_class: date +author: //div[@class='author'] +test_url: http://www.keyboardmag.com/gear/1183/review-dave-smith-instruments-ob-6/58802 diff --git a/lenta.ru.txt b/lenta.ru.txt new file mode 100644 index 0000000..00c3d93 --- /dev/null +++ b/lenta.ru.txt @@ -0,0 +1,7 @@ +body: //div[@itemprop='articleBody'] | //img[@itemprop='image'] +strip_id_or_class: b-inline-topics-box + +# do not prune embedded videos +prune: no + +test_url: https://lenta.ru/news/2016/07/08/weakpound/ |
