webtools-fetch 0.1.4

Token-efficient web content fetcher with reference-style URL preservation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head><title>API Docs</title></head>
<body>
<nav><a href="/home">Home</a></nav>
<article>
  <h1>User API</h1>
  <p>See the <a href="/api/v2/users">users endpoint</a> for details.
     Authentication uses <a href="https://auth.example.com/oauth2">OAuth2</a>,
     and you can revisit the <a href="/api/v2/users">users endpoint</a> later.</p>
  <ul>
    <li>▶ Step one</li>
    <li>▶ Step two with a <a href="https://docs.example.com/guide">guide</a></li>
  </ul>
</article>
<script>console.log("ignore me");</script>
</body>
</html>