hltv 0.3.2

A client to fetch and parse data from HLTV.org
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<div class="xyz">
  <div class="bodyshot-team-bg">
    <a href="/player/123/dist1ll" class="col-custom" title="dist1ll"></a>
    <a href="/player/124/3rr0r" class="col-custom" title="3rr0r"></a>
    <a href="/player/125/rabbit" class="col-custom" title="rabbit"></a>
  </div>
</div>

<!-- invalid because not parent of bodyshot-->
<a href="/player/123/dist1ll" class="col-custom" title="dist1ll"></a>
<a href="/player/124/3rr0r" class="col-custom" title="3rr0r"></a>
<a href="/player/125/rabbit" class="col-custom" title="rabbit"></a>