# Article's title
title: //h1

author: //div[contains(concat(' ',normalize-space(@class),' '),' author-description ')]//h3
date: //div[contains(concat(' ',normalize-space(@class),' '),' article-author-line ')]

# Article's main content
body: //article[contains(concat(' ',normalize-space(@class),' '),' first-page ')]

# Parts to strip in the content
strip: //div[contains(concat(' ',normalize-space(@class),' '),' LinkParagraph ')]

# A test URL, e.g. the article you used to write the file
test_url: https://mymodernmet.com/catlife-gatrimonial-bed/

