kyle-yt 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@ const KyleYT = require('kyle-yt');
60
60
 
61
61
  const kyleYT = new KyleYT();
62
62
 
63
- const videoURL = 'https://www.youtube.com/watch?v=mKa1vPkgk1Y';
63
+ const videoURL = 'https://www.youtube.com/watch?v=jNQXAC9IVRw';
64
64
  const filename = 'video.mp4';
65
65
 
66
66
  kyleYT.download(videoURL, filename)
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "sax": "^1.1.3"
7
7
  },
8
8
  "name": "kyle-yt",
9
- "version": "3.0.0",
9
+ "version": "3.0.1",
10
10
  "main": "KyleYT.js",
11
11
  "devDependencies": {
12
12
  "@types/node": "^13.1.0",