WEBVTT

00:01.110 --> 00:09.450
Okay, so first, let's try and get the neighborhood that the job is in or the hood, which is inside

00:09.450 --> 00:16.530
of the result meta class or the span with the result meta class.

00:16.530 --> 00:23.220
So it's not a direct shorten, it's actually a grandchild, I guess you would call it.

00:23.370 --> 00:30.960
So instead of using children, children, I would just use find to go and trace through the all the

00:30.960 --> 00:31.680
children.

00:32.520 --> 00:37.980
And that means I can use, find and put in result hood.

00:38.900 --> 00:45.950
To get to class and we just want the text of it so we get the neighborhood text.

00:48.000 --> 00:48.480
Okay.

00:48.480 --> 00:49.320
Like so.

00:53.740 --> 00:57.370
Now you have all the neighborhoods of the different jobs.
