mirror of
https://gitlab.com/news-flash/article_scraper.git
synced 2025-07-13 19:05:31 +02:00
9 lines
256 B
Text
9 lines
256 B
Text
# based on the grabber rules of picofeed
|
|
|
|
title: //article/header
|
|
body: //div[@class="content"]
|
|
test_url: http://www.phoronix.com/scan.php?page=article&item=amazon_ec2_bare&num=1
|
|
|
|
# replace_string(<h5>): <h2>
|
|
|
|
next_page_link: //a[@title='Go To Next Page']
|