article-parser
Version:
To extract main article from given URL
16 lines (15 loc) • 398 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"content="width=device-width,initial-scale=1">
<meta property="og:url" content="https://somewhere.any/pages/no-article" />
<title>TechNews</title>
</head>
<body>
<article>
Hello world, this is too short, right?
<p>The first fair dog is, in its own way, a lemon.</p>
</article>
</body>
</html>