Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahed committed Nov 5, 2015
1 parent 5f87d7e commit acc1681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -45,6 +45,8 @@ def suittext(text):
text=text.replace(", ,","")
text=text.replace("'","")
text=text.replace("u\\n","")
text=text.replace("u \\n","")
text=text.replace("\\n","")
text=text.replace(" ","")
text=text.replace("\\r"," ")
text=text.replace("[","")
Expand Down

0 comments on commit acc1681

Please sign in to comment.