Implement Get::html() for all platforms#163
Conversation
63f038e to
d445228
Compare
|
@complexspaces sorry to bother, but what do you think of the changes? |
complexspaces
left a comment
There was a problem hiding this comment.
I apologize for my tardiness reviewing this, I must have missed the email notification when it came in.
The Windows and Linux implementations look good, but I have a question about the HTML parsing implemented for macOS based on some local testing on macOS 15.3.
@Fruup Please see my comment in #157 (comment). I would prefer not to add more methods to the top-level |
Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
|
Thank you again for the PR! I quickly fixed the remaining macOS compilation issue to save you some time. CI is slightly broken but it appears completely unrelated to your changes (and all the important jobs passed), so I went ahead and merged your work. |
I was unable to run tests, since there was a panic on lib.rs:283, but by running the example I was able to confirm it works on windows and linux.
Closes #130 and #157.