@jnzlab/easy-ytdlp 1.0.1 → 1.0.3

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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,9 +28,7 @@ easy-ytdlp update-binary # force-refresh the cached yt-dlp bin
28
28
 
29
29
  ### Example session
30
30
 
31
- <video src="https://pub-453eda74623641f7967529680d3689bb.r2.dev/easy-ytdlp-demo.mp4" controls width="100%"></video>
32
-
33
- [Watch demo](https://pub-453eda74623641f7967529680d3689bb.r2.dev/easy-ytdlp-demo.mp4)
31
+ ![easy-ytdlp demo](https://pub-453eda74623641f7967529680d3689bb.r2.dev/easy-ytdlp-demo.gif)
34
32
 
35
33
  ### Audio-only example
36
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnzlab/easy-ytdlp",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A user-friendly interactive CLI wrapper for yt-dlp — no Python or flag memorization required",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",