ytranscript-api 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # ytranscript-api
2
2
 
3
- Official JavaScript/TypeScript client for the [yTranscript API](https://ytranscript.com/developers) — reliable YouTube transcript extraction without IP bans, proxy management, or player-response scraping.
3
+ Official JavaScript/TypeScript client for the [yTranscript API](https://ytranscript.com/developers) — reliable YouTube transcript extraction without proxy management or player-response scraping.
4
4
 
5
- - **No IP bans** — the managed extraction layer absorbs YouTube's bot detection for you
5
+ - **Your servers never get IP-banned** — YouTube's bot detection becomes our problem, not yours. Multi-strategy fallbacks maximize success, and failed requests are never charged.
6
6
  - **Captionless videos work** — automatic Whisper speech-to-text fallback
7
7
  - **Simple, typed** — one method, structured segments, zero dependencies
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ytranscript-api",
3
- "version": "0.1.0",
4
- "description": "Reliable YouTube transcript extraction API client — no IP bans, no proxy management, Whisper fallback for captionless videos.",
3
+ "version": "0.1.1",
4
+ "description": "Reliable YouTube transcript extraction API client — your servers never get IP-banned, no proxy management, Whisper fallback for captionless videos.",
5
5
  "keywords": [
6
6
  "youtube",
7
7
  "transcript",
@@ -28,7 +28,8 @@
28
28
  "types": "./dist/index.d.ts",
29
29
  "import": "./dist/index.js",
30
30
  "require": "./dist/index.cjs"
31
- }
31
+ },
32
+ "./package.json": "./package.json"
32
33
  },
33
34
  "files": [
34
35
  "dist",