priyansh-ig-downloader 1.0.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
## Example
|
7
7
|
```js
|
8
|
-
const instagramGetUrl = require("
|
8
|
+
const instagramGetUrl = require("priyansh-ig-downloader")
|
9
9
|
async function downloadMedia() {
|
10
10
|
try {
|
11
11
|
const download = await instagramGetUrl("https://www.instagram.com/tv/CdmYaq3LAYo/");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "priyansh-ig-downloader",
|
3
|
-
"version": "
|
3
|
+
"version": "2.0.0",
|
4
4
|
"description": "Get direct url to download from Instagram media links",
|
5
5
|
"main": "src/index.js",
|
6
6
|
"scripts": {
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"image",
|
23
23
|
"download"
|
24
24
|
],
|
25
|
-
"author": "
|
25
|
+
"author": "Priyansh Rajput",
|
26
26
|
"license": "MIT",
|
27
27
|
"bugs": {
|
28
28
|
"url": "https://github.com/priyanshu192/priyansh-ig-downloader/issues"
|