James-LG / Skyscraper

Rust library for scraping HTML using XPath expressions
MIT License
31 stars 4 forks source link

Error: EndTagMismatch { end_name: "a\r\n", open_name: "a" } #12

Closed DmitrySorda closed 1 year ago

DmitrySorda commented 1 year ago

The parser does not work with this example https://zakupki.gov.ru/epz/order/notice/ea615/view/common-info.html?regNumber=163820000012200133

James-LG commented 1 year ago

I am unable to access that link, can you post a minimal example of the failing html?