www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - parserino 0.2.0

reply Andrea Fontana <nospam example.org> writes:
Hello!

Finally I released the public version of parserino, a html5 
parser for linux, macos and windows.

Link:
https://github.com/trikko/parserino
Oct 19 2022
next sibling parent rassoc <rassoc posteo.de> writes:
On 10/19/22 10:30, Andrea Fontana via Digitalmars-d-announce wrote:
 Finally I released the public version of parserino, a html5 parser for linux,
macos and windows.
Sweet, thanks for sharing, will check it out later!
Oct 19 2022
prev sibling next sibling parent reply psyscout <oracle.gm gmail.com> writes:
Wow, it uses builtin browser. Cool! I have a coming project, will 
try it out. Thank You for your effort!
Oct 20 2022
parent Andrea Fontana <nospam example.org> writes:
On Thursday, 20 October 2022 at 13:24:27 UTC, psyscout wrote:
 Wow, it uses builtin browser. Cool! I have a coming project, 
 will try it out. Thank You for your effort!
You're welcome :)
Oct 20 2022
prev sibling next sibling parent Guillaume Piolat <first.last spam.org> writes:
On Wednesday, 19 October 2022 at 08:30:57 UTC, Andrea Fontana 
wrote:
 Hello!

 Finally I released the public version of parserino, a html5 
 parser for linux, macos and windows.

 Link:
 https://github.com/trikko/parserino
Nice, thanks for this!
Oct 21 2022
prev sibling parent reply Enjoys Math <enjoysmath gmail.com> writes:
On Wednesday, 19 October 2022 at 08:30:57 UTC, Andrea Fontana 
wrote:
 Hello!

 Finally I released the public version of parserino, a html5 
 parser for linux, macos and windows.

 Link:
 https://github.com/trikko/parserino
Nice! So it's D's answer to Python's BeautifulSoup.
Oct 22 2022
parent reply Adam D Ruppe <destructionator gmail.com> writes:
On Saturday, 22 October 2022 at 21:58:54 UTC, Enjoys Math wrote:
 Nice!  So it's D's answer to Python's BeautifulSoup.
D has had a html tag soup parser since 2009 in my dom.d. The parserino might be more html5 compliant specifically though, as mine was written before html5 was a thing. It's been updated with it but still an independent parser (capable of reading in-the-wild html as well as things like xml and even php tags) instead of following their specific algorithm.
Oct 22 2022
parent Andrea Fontana <nospam example.org> writes:
On Saturday, 22 October 2022 at 22:14:26 UTC, Adam D Ruppe wrote:
 On Saturday, 22 October 2022 at 21:58:54 UTC, Enjoys Math wrote:
 Nice!  So it's D's answer to Python's BeautifulSoup.
D has had a html tag soup parser since 2009 in my dom.d. The parserino might be more html5 compliant specifically though, as mine was written before html5 was a thing. It's been updated with it but still an independent parser (capable of reading in-the-wild html as well as things like xml and even php tags) instead of following their specific algorithm.
Ah-ah! Adam is worried 😃 Just kidding, he helped me to compile parserino on Windows, so thanks Adam!
Oct 23 2022