kyle-yt 3.0.0 → 3.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.
Potentially problematic release.
This version of kyle-yt might be problematic. Click here for more details.
- package/README.md +1 -1
- 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=
|
|
63
|
+
const videoURL = 'https://www.youtube.com/watch?v=jNQXAC9IVRw';
|
|
64
64
|
const filename = 'video.mp4';
|
|
65
65
|
|
|
66
66
|
kyleYT.download(videoURL, filename)
|