SFEED_WEB(1) |
OpenBSD Reference Manual |
SFEED_WEB(1) |
NAME
sfeed_web — finds urls to feeds from a HTML webpage
DESCRIPTION
sfeed_web reads the HTML website as XML or HTML data from stdin and writes the found urls to stdout.
OPTIONS
-
baseurl
-
optional base url to use for found feed urls that are relative.
OUTPUT FORMAT
content-type<space>url<newline>
-
content-type
-
Usually application/atom+xml or application/rss+xml.
-
url
-
Found url to the feed. If the url is relative and the baseurl option is specified then the url is changed accordingly.
EXAMPLES
Get urls from xkcd website:
wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/"