-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unescapes html in PageParser.href_match_to_url #191
Conversation
would you mind also adding a quick test for this? one mild concern to call out: this introduces a dependency on the |
Sure, I can add a quick test. https://wiki.python.org/moin/EscapingHtml On Fri, Jan 1, 2016 at 11:48 AM, Kris Wilson [email protected]
|
1bd1039
to
cf39ea3
Compare
PageParser breaks if the links contain any escaped characters. This fixes that bug.
cf39ea3
to
8da3523
Compare
ping |
lgtm! |
Unescape html in PageParser.href_match_to_url.
thanks @daveFNbuck - this should be going out in the 1.1.2 release later today/tomorrow. |
Awesome, thanks! On Thu, Jan 7, 2016 at 2:12 PM, Kris Wilson [email protected]
|
PageParser breaks if the links contain any escaped html characters. This fixes that bug.