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 25, 2020
1 parent 463a2d3 commit ac3d517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -686,10 +686,10 @@ def doesscrapeurlexist(scrapesitelist, scrapeurl):
del prodlog_image_urls[imagekey]
continue
if imageval.find('blank.'):
del prodlog_image_urls[imagekey]
del image_urls[imagekey]
continue
if imageval.find(ignoreurlscontainingstring):
del prodlog_image_urls[imagekey]
del image_urls[imagekey]
continue
if imageval[0:2] == '//':
imageval = 'https:' + imageval
Expand Down

0 comments on commit ac3d517

Please sign in to comment.