Packages

Another crawler for Elixir inspired on Tesla.

Current section

Files

Jump to
ex_crawlzy priv test_list.html
Raw

priv/test_list.html

<!doctype html>
<html>
<head>
<title>the title</title>
</head>
<body>
<div class="possible_value">
<div class="field_1">
field 1 value first element
</div>
<div class="field_2">
field 2 value first element
</div>
</div>
<div class="possible_value">
<div class="field_1">
field 1 value second element
</div>
<div class="field_2">
field 2 value second element
</div>
</div>
<div class="possible_value">
<div class="field_1">
field 1 value third element
</div>
<div class="field_2">
field 2 value third element
</div>
</div>
</body>
</html>