WEBVTT

00:01.820 --> 00:08.480
All right, everyone, in this section, we are going to be looking at the poster URL for each of the

00:08.480 --> 00:08.990
movies.

00:08.990 --> 00:17.180
So inside each of the description URL for these movies, we have a image here which when you click on

00:17.180 --> 00:22.130
it, you get to a high resolution of the poster image we want.

00:22.610 --> 00:25.940
So we need to be able to get the CSS selector.

00:25.940 --> 00:31.760
And to do that we go and go inside our chrome developer tools.

00:31.970 --> 00:36.020
We select an element and point it to the image here.

00:37.700 --> 00:44.270
Now here we have the a element which has the link to the poster where you want to get.

00:44.480 --> 00:53.990
So we can right click that, say copy copy selector and we can look at the CSS selector here.

00:54.260 --> 00:58.190
I believe this should be enough to get our selector.

00:58.190 --> 01:06.710
We don't need this long CSS selector so we can just use this and that should be able to get our poster

01:06.710 --> 01:09.050
the high resolution image we have here.

01:10.660 --> 01:17.950
So in the next section we will go and write a function to go through each of these movies and go inside

01:17.950 --> 01:23.230
of their description page and get the, um, the poster URL.
