|
@@ -85,10 +85,13 @@ def response(resp):
|
|
|
|
|
|
continue
|
|
continue
|
|
|
|
|
|
|
|
+
|
|
if (parsed_url.netloc == google_hostname
|
|
if (parsed_url.netloc == google_hostname
|
|
and parsed_url.path == images_path):
|
|
and parsed_url.path == images_path):
|
|
-
|
|
+
|
|
- results = results + parse_images(result)
|
|
+
|
|
|
|
+
|
|
|
|
+ pass
|
|
else:
|
|
else:
|
|
|
|
|
|
content = extract_text(result.xpath(content_xpath)[0])
|
|
content = extract_text(result.xpath(content_xpath)[0])
|