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 27, 2020
1 parent f79a597 commit 9db4642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -365,6 +365,7 @@ def doeshtmlelementexist(selectedel):
continue
except:
print(traceback.format_exc())
print('HEPP')
# >>> GET THE HTML ROOT <<< #
print(html_source)
root = lxml.html.fromstring(html_source)
Expand Down

0 comments on commit 9db4642

Please sign in to comment.