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 acc1681 commit 470ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -44,10 +44,10 @@ def get_numpages(url):
def suittext(text):
text=text.replace(", ,","")
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("[","")
text=text.replace("]","")
Expand Down

0 comments on commit 470ff51

Please sign in to comment.