Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandhunt committed Jan 26, 2020
1 parent 5e8f3a2 commit 2c53672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -675,8 +675,8 @@ def doesscrapeurlexist(scrapesitelist, scrapeurl):
image_urls = output
else:
image_urls = graburls(str(image_dom), True)
#print('PRE-IMAGE URLS: ')
#for img in image_urls: print(img)
print('PRE-IMAGE URLS: ')
for img in image_urls: print(img)
if len(image_urls) > 0:
for imagekey, imageval in image_urls.copy().items():
newimageval = urljoin(scrapsite['scrapeurl'], imageval)
Expand Down

0 comments on commit 2c53672

Please sign in to comment.