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 581f644 commit cf57f0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scraper.py
Expand Up @@ -47,8 +47,7 @@ def suittext(text):
text=text.replace("\"","")
text=text.replace(" ","")
text=text.replace("u\\n","")
text=text.replace("u \\n","")
text=text.replace("u \\n","")
text=text.replace("u "+"\\n","")
text=text.replace("\\r"," ")
text=text.replace("[","")
text=text.replace("]","")
Expand Down

0 comments on commit cf57f0b

Please sign in to comment.