PowerHTML icon indicating copy to clipboard operation
PowerHTML copied to clipboard

HTML Agility Pack implementation in Powershell for parsing and manipulating HTML

Results 6 PowerHTML issues
Sort by recently updated
recently updated
newest added

changes * Update HtmlAgilityPack to 1.11.60 _(this should probably be automated in the build)_ * Update Pester tests to v5 syntax * fixes #10, #8 * refactor `ConvertFrom-Html` * added...

Please, update to latest version of the HtmlAgilityPack assemblies v1.11.46. As you said here https://github.com/JustinGrote/PowerHTML/issues/4#issuecomment-554518366, it would be wonderful to automatically rev the dependency as new versions are released

I'm using PowerHTML is one of my modules, my module contains a `Types` folder with multiple .ps1xml files. When I am in my module's root directory and try to import...

#8 fixes import issues when the current working directory has a Types folder with more than one .ps1xml file by removing the wildcard match

Hi there. Really appreciate this module using PowerShell Core. Thank you for your work! Scraping some European websites I came across an issue in regards to special characters, like ü,...

enhancement
good first issue

* fixes #7 * remove net4.0 [powershell lifecycle](https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.4#release-history) this appears to be only 2012R2 and older? i think the `new()` syntax i added last release already breaks on those versions.....