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 2ba781f commit 5c2ebeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -47,8 +47,8 @@ def suittext(text):
text=text.replace("\"","")
text=text.replace(" ","")
text=text.replace("u\\n","")
text=text.replace("\\","")
text=text.replace("u n","")
text=text.replace("\\"," ")

text=text.replace("\\r"," ")
text=text.replace("[","")
text=text.replace("]","")
Expand Down

0 comments on commit 5c2ebeb

Please sign in to comment.