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 22, 2020
1 parent 1639094 commit fd40f87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scraper.py
Expand Up @@ -37,6 +37,7 @@
import warnings
warnings.filterwarnings("ignore")

hend = ''
print('HEPP')
with Browser('phantomjs', load_images=False) as browser:
browser.visit('https://www.fz.se')
Expand All @@ -46,3 +47,6 @@
print(t)
print(t.text)
print(t.html)
hend = t.html
print('HUPP')
print(hend)

0 comments on commit fd40f87

Please sign in to comment.