pi-smart-fetch 0.2.23 → 0.2.24

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,13 +13,13 @@
13
13
  - ⚡ **Batch fetch** — fetch many URLs with bounded concurrency
14
14
  - 📝 **Multiple output formats** — `markdown`, `html`, `text`, `json`
15
15
 
16
- ## Supported sites
16
+ ## Site optimisations
17
17
 
18
- - **Anything fetchable over server-side HTTP** this package is not limited to a fixed allowlist
19
- - Docs, blog posts, articles, and knowledge-base pages
18
+ This package works on general web pages, but some site types benefit especially from Defuddle's extractors and cleanup:
19
+
20
+ - YouTube pages and transcripts
20
21
  - Reddit posts and comment threads
21
22
  - X / Twitter posts
22
- - YouTube pages and transcripts
23
23
  - GitHub pages, issues, PRs, and discussions
24
24
  - Hacker News threads
25
25
  - Substack posts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-smart-fetch",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "type": "module",
5
5
  "description": "pi.dev smart fetch extension with browser-grade TLS fingerprinting and Defuddle extraction.",
6
6
  "license": "MIT",