@jnzlab/easy-ytdlp 1.0.0 → 1.0.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 +3 -48
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,54 +28,9 @@ easy-ytdlp update-binary # force-refresh the cached yt-dlp bin
28
28
 
29
29
  ### Example session
30
30
 
31
- ```text
32
- ┌ easy-ytdlp
33
-
34
- ◇ yt-dlp ready
35
-
36
- ◇ Fetching video info…
37
-
38
- ◇ Found
39
- │ Never Gonna Give You Up
40
- │ by Rick Astley · 3m 33s
41
-
42
- ◇ What do you want to download?
43
- │ Video (with audio)
44
-
45
- ◇ Video quality?
46
- │ Up to 1080p
47
-
48
- ◇ Container preference?
49
- │ mp4
50
-
51
- ◇ Download subtitles?
52
- │ No
53
-
54
- ◇ Destination folder
55
- │ /home/you/Downloads
56
-
57
- ◇ Filename style?
58
- │ Title only
59
-
60
- ◇ Extras (optional)
61
- │ Embed metadata
62
-
63
- ◇ Summary
64
- │ Mode: video
65
- │ Quality: 1080
66
- │ Container: mp4
67
- │ …
68
-
69
- ◇ Start download?
70
- │ Yes
71
-
72
- │ Downloading |████████████████| 100% | 4.2MiB/s | ETA 0s
73
-
74
- ◇ Saved
75
- │ /home/you/Downloads/Never Gonna Give You Up.mp4
76
-
77
- └ Finished
78
- ```
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)
79
34
 
80
35
  ### Audio-only example
81
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnzlab/easy-ytdlp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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",