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 a4d7306 commit a1dd0f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scraper.py
Expand Up @@ -701,12 +701,8 @@ def doesscrapeurlexist(scrapesitelist, scrapeurl):
#output = re.finditer(r'image\=\"(.*)\"', image_dom, flags=re.U)
output = re.finditer(r'image\=\"(.*?)\"', image_dom)
array_output = []
print(output.group(1))
for output_el in output:

print('HEPP')
print(output_el.group())
print('HUPP')

array_output.append(output_el.group())
if len(array_output) > 1:
if array_output[1].len() > 0:
Expand Down

0 comments on commit a1dd0f1

Please sign in to comment.