WEBVTT

00:00.290 --> 00:00.980
What is up?

00:00.980 --> 00:01.640
Everyone?

00:01.640 --> 00:09.410
In this module we are going to be scraping the top 100 most popular movies on IMDb and we're going to

00:09.410 --> 00:14.360
get the pictures for each of the 100 of the most popular movies.

00:14.480 --> 00:20.690
And what's different about this section is we are going to be using what you see here, which is Nightmare

00:20.720 --> 00:22.970
JS and Nightmare.

00:22.970 --> 00:30.590
JS is able to render JavaScript so we wouldn't be able to get these pictures using only request.

00:30.590 --> 00:34.790
And so Nightmare JS is a little more advanced.

00:34.790 --> 00:43.400
And yeah, you use it to render JavaScript enabled websites that you can't see using only request and

00:43.400 --> 00:50.870
you can see the pictures are being fetched over here and in here it's rendering the website page with

00:50.870 --> 00:52.010
the JavaScript.

00:52.460 --> 00:59.270
So, um, let's get on to the practical example of using aerial nightmare.

00:59.270 --> 01:04.050
JS and request and fetching the picture.
