Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Skip any conversions. What we get is what we show.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 30, 2016
1 parent ce1e709 commit 2b8fe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googler
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class GoogleParser(HTMLParser.HTMLParser):
if self.url.find("://", 0, 12) >= 0:
index = len(self.results) + 1
self.results.append(Result(index, self.title,
self.url.replace("%22", "\""),
self.url,
self.text))
else:
skipped += 1
Expand Down

1 comment on commit 2b8fe3a

@zmwangx
Copy link
Collaborator

@zmwangx zmwangx commented on 2b8fe3a Apr 30, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Justification, in case anyone needs it: #69 (comment).

Please sign in to comment.