openclaw-smart-fetch 0.2.23 → 0.2.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,13 +11,13 @@
11
11
  - ⚡ **Batch fetch** — fetch many URLs with bounded concurrency
12
12
  - 📝 **Multiple output formats** — `markdown`, `html`, `text`, `json`
13
13
 
14
- ## Supported sites
14
+ ## Site optimisations
15
15
 
16
- - **Anything fetchable over server-side HTTP** this package is not limited to a fixed allowlist
17
- - Docs, blog posts, articles, and knowledge-base pages
16
+ This package works on general web pages, but some site types benefit especially from Defuddle's extractors and cleanup:
17
+
18
+ - YouTube pages and transcripts
18
19
  - Reddit posts and comment threads
19
20
  - X / Twitter posts
20
- - YouTube pages and transcripts
21
21
  - GitHub pages, issues, PRs, and discussions
22
22
  - Hacker News threads
23
23
  - Substack posts
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "smart-fetch",
3
3
  "name": "Smart Fetch",
4
- "version": "0.2.23",
4
+ "version": "0.2.27",
5
5
  "description": "Clean web content extraction with browser-grade TLS fingerprinting. Uses wreq-js (Rust native bindings) for anti-bot bypass and Defuddle for superior content extraction.",
6
6
  "configSchema": {
7
7
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-smart-fetch",
3
- "version": "0.2.23",
3
+ "version": "0.2.27",
4
4
  "type": "module",
5
5
  "description": "OpenClaw smart fetch plugin with browser-grade TLS fingerprinting and Defuddle extraction.",
6
6
  "license": "MIT",