mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-09 02:22:18 +00:00
7057566a2b
A simple "pull API" for HTML parsing
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
A simple "pull API" for HTML parsing, after Perl's HTML::TokeParser. Many
|
|
simple HTML parsing tasks are simpler this way than with the HTMLParser
|
|
module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser.
|
|
|
|
WWW: http://wwwsearch.sourceforge.net/pullparser/
|