💾 Archived View for runjimmyrunrunyoufuckerrun.com › rc › rss captured on 2021-12-17 at 13:26:06.

View Raw

More Information

-=-=-=-=-=-=-

#!/bin/rc
if(! ~ $#* 0){
	diff /tmp/rss.old /tmp/rss.new | sed -n 's/^> //p'
	exit
}
touch /tmp/rss.new
mv /tmp/rss.new /tmp/rss.old
>/tmp/rss.new for(url in \
	http://hitchensblog.mailonsunday.co.uk/rss.xml \
	'http://electro-music.com/forum/rss.php?f='^( \
		160 \
		112 \
	) \
	http://will-self.com/feed/ \
	'http://www.roughtype.com/?feed=rss2' \
	https://orib.dev/rss.xml \
	https://ftrv.se/posts.rss \
	https://git.sr.ht/~ft/^( \
		dav1d \
		libvpx \
		openh264 \
		faad2 \
		mcfs \
		treason \
		zuke \
		picker \
		imgtools \
		libpt \
		snippets \
		neindaw \
		orca \
		libtags \
		pdffs \
		itdec \
		ft2play \
		hyphen \
		jacksense \
		downloaders \
		wrec \
	)^/log/rss.xml \
	https://git.sr.ht/~ori/git9/log/rss.xml \
	https://wiki.xxiivv.com/links/rss.xml \
	http://n-gate.com/index.rss \
	'https://www.youtube.com/feeds/videos.xml?user='^( \
		havic5 \
		chessnetwork \
		WyseGuyAces \
	) \
	'https://www.youtube.com/feeds/videos.xml?channel_id='^( \
		UCL_f53ZEJxp8TtlOkHwMV9Q \
		UCeZLO2VgbZHeDcongKzzfOw \
		UCYtu3JxrpI1XjNn-B_HqW4Q \
	) \
) hget $url | sed 's/	*<(entry|item)[^>]*>/☞ /g;s/<[^>]*>/\n/g' |
	sed 's/yt:video:/https:\/\/invidious.tube\/latest_version?itag=18\&id=/;/^[ 	]*$/d'
diff /tmp/rss.old /tmp/rss.new | sed -n 's/^> //p'