@jnzlab/easy-ytdlp 1.0.2 → 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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,8 +30,6 @@ easy-ytdlp update-binary # force-refresh the cached yt-dlp bin
30
30
 
31
31
  ![easy-ytdlp demo](https://pub-453eda74623641f7967529680d3689bb.r2.dev/easy-ytdlp-demo.gif)
32
32
 
33
- [Full video (MP4)](https://pub-453eda74623641f7967529680d3689bb.r2.dev/easy-ytdlp-demo.mp4)
34
-
35
33
  ### Audio-only example
36
34
 
37
35
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnzlab/easy-ytdlp",
3
- "version": "1.0.2",
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",