summaryrefslogtreecommitdiff
path: root/bin/common/y2feed
blob: e30bccf1500a2dbbad66292b9ede2c655a91de5d (plain)
1
2
3
4
5
#!/bin/sh
echo "url: $1" >&2
curl -L -s "$1" |
	pup 'link[title=RSS] attr{href}' |
	tee /dev/stderr