Skip to content

Commit

Permalink
notification news
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKatsoulis committed Apr 29, 2018
1 parent f4c7cfe commit 2e825dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ def main():
image = "https://" + img_before
# print image
url_title = h_link_soup.title.string
if url_title is None:
continue
url_title = unicodedata.normalize('NFKD', url_title).\
encode('ascii', 'ignore')
url_title = url_title.replace("'","'")
Expand Down

0 comments on commit 2e825dd

Please sign in to comment.