follow-0.1.0.0: test/Fixtures/webscraping.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sample Blog</title>
</head>
<body>
<h1>Sample Blog</h1>
<article>
<p class="title"><a href="http://sampleblog.com/first-article">First article</a></p>
<p class="description">Description of the first article</p>
<p class="author">Joe Doe</p>
<p class="publish-date" datetime="1535684406">Yesterday</p>
</article>
<article>
<p class="title"><a href="http://sampleblog.com/second-article">Second article</a></p>
<p class="description">Description of the second article</p>
<p class="author">Joe Doe</p>
</article>
<article>
<p class="title">Here article link is missing</p>
<p class="description">Description of the missing article</p>
<p class="author">Joe Doe</p>
</article>
</body>
</body>
</body>
</html>