Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
369 B
Text
9 lines
369 B
Text
itemloaders is a Python library that helps you collect data from HTML and XML
|
|
sources.
|
|
|
|
It comes in handy to extract data from web pages, as it supports data
|
|
extraction using CSS and XPath Selectors.
|
|
|
|
It's specially useful when you need to standardize the data from many sources.
|
|
For example, it allows you to have all your casting and parsing rules in a
|
|
single place.
|