Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalRobichaudDO101 committed Jul 11, 2015
1 parent 7133879 commit 9420caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -33,7 +33,7 @@
#print(soup.prettify())

projet = soup.find('title')
print(projet.string)
print(projet)
#projet = soup.find('meta', {'name':'title'})['content']
#print(type(projet))
#print(projet.name)
Expand Down

0 comments on commit 9420caa

Please sign in to comment.