Packages

Another crawler for Elixir inspired on Tesla.

Current section

Files

Jump to
ex_crawlzy priv test.html
Raw

priv/test.html

<!doctype html>
<html>
<head>
<title>the title</title>
</head>
<body>
<div id="the_body">
the body
<div id="inner_field">
inner field
</div>
<div id="inner_second_field">
inner second field
<div id="the_number">
2023
</div>
</div>
<div id="exist">
this field exist
</div>
<a class="link_class" href="http://some_external.link"></a>
<img class="img_class" src="http://some_external.link/image_path.jpg" alt="some image">
</div>
</body>
</html>