0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you a NexJS
0:04
project that I developed which allow you
0:06
to download Instagram videos from URL.
0:10
I'm running this project locally here.
0:12
So this is the interface of the
0:14
application. You basically granted with
0:16
this uh login screen, this uh input
0:19
screen where you will paste the URL of
0:24
It can be a post, it can be real, it can
0:27
be a story, anything. It must be a
0:29
video. So now let me just go to any
0:32
profile and copy the link of a video
0:36
and simply paste it right here. So after
0:38
pasting it right here, it will
0:40
communicate with the Instagram graphql
0:42
API and it will make a request in the
0:44
background and automatically your video
0:47
will be uh started downloading. So you
0:50
will see this is my video is
0:54
downloaded right here. You will see this
0:56
is basically making this request here to
0:59
this / API/d download
1:03
and this is the actual URL. So once I
1:06
download this URL, it will be right
1:10
here. You will see that. So this is an
1:12
MP4 file here. Successfully we have
1:17
the Instagram video. You can see that.
1:21
So in this easy way you can basically
1:27
you plug that inside this and it will
1:31
automatically download the Instagram
1:33
video for you. So this is the overall
1:36
project. I coded this inside from
1:38
scratch inside NexJS. This is if you
1:42
need the full source code I have given
1:44
the link in the description. You can
1:46
directly purchase it. All the components
1:48
are divided into its appropriate
1:50
TypeScript file here as you can see
1:52
that. So every component is
1:54
customizable. Once you get the source
1:56
code, you will able to modify the source
1:58
code or add additional features on top
2:00
of it as well. So if I show you the
2:03
package JSON file, we are using Nex.js
2:06
latest version right here as you can
2:08
see. And at the starting I told you we
2:12
have uh communicating with the Instagram
2:15
graphql API to actually get the download
2:18
links of the videos. As you paste the
2:20
link. So once you paste the link and
2:23
click download, we actually are
2:25
communicating with the Instagram graphql
2:27
API. So we are making this request right
2:33
So if you're interested guys uh I have
2:35
given the link in the description. you
2:37
can directly purchase the full source
2:39
code. So it's entirely coded inside
2:42
NexJS. It's all the project is
2:45
customizable. It's a single page
2:47
application. It's very easy to deploy as
2:49
well and it doesn't have a back end.
2:53
It's just a single page application. All
2:55
the functionality is written inside this
2:57
app uh project. So if you are
3:00
interested, I have given the link in the
3:02
description. You can directly purchase
3:03
it. So we are basically making this
3:05
request to Instagram GraphQL API in this
3:08
file. I have written this code right
3:13
So this is an overall NexJS project. So
3:17
if you are interested, I have given the
3:19
link in the description. So these are
3:21
different kinds of scripts that I have
3:25
allow the user to download the files. So
3:31
this is really simple. It is also given
3:34
instructions as well. Copy URL, paste
3:36
URL and then download the video. So this
3:39
is perfectly working application in
3:41
NexJS for Instagram videos, story
3:44
videos, real videos download. Simply
3:47
paste the URL and instantly it will
3:50
start downloading. So you can see that.
3:57
it's a really simple application. So
3:59
definitely try this. I've given the link
4:01
in the description of the video to
4:03
purchase the source code.