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 notifications@github.com
|
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 notifications@github.com
|
PageParser breaks if the links contain any escaped html characters. This fixes that bug.