digitalmars.D.announce - parserino 0.2.0
- Andrea Fontana (5/5) Oct 19 2022 Hello!
- rassoc (2/3) Oct 19 2022 Sweet, thanks for sharing, will check it out later!
- psyscout (2/2) Oct 20 2022 Wow, it uses builtin browser. Cool! I have a coming project, will
- Andrea Fontana (2/4) Oct 20 2022 You're welcome :)
- Guillaume Piolat (3/8) Oct 21 2022 Nice, thanks for this!
- Enjoys Math (3/8) Oct 22 2022 Nice! So it's D's answer to Python's BeautifulSoup.
- Adam D Ruppe (7/8) Oct 22 2022 D has had a html tag soup parser since 2009 in my dom.d.
- Andrea Fontana (4/12) Oct 23 2022 Ah-ah! Adam is worried 😃
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
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
Wow, it uses builtin browser. Cool! I have a coming project, will try it out. Thank You for your effort!
Oct 20 2022
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
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/parserinoNice, thanks for this!
Oct 21 2022
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/parserinoNice! So it's D's answer to Python's BeautifulSoup.
Oct 22 2022
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
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:Ah-ah! Adam is worried 😃 Just kidding, he helped me to compile parserino on Windows, so thanks Adam!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 23 2022