feeds() { # feed [basesiteurl] [encoding] # get youtube Atom feed: curl -s -L 'https://www.youtube.com/user/gocoding/videos' | sfeed_web | cut -f 1 feed "Giant in the Playground" "https://www.giantitp.com/comics/oots.rss" feed "XKCD" "https://xkcd.com/atom.xml" "https://xkcd.com" feed "Ulyssis" "https://ulyssis.org/feed/" feed "PHD Comics" "https://phdcomics.com/gradfeed.php" "https://www.phdcomics.com" feed "Void news" "https://voidlinux.org/atom.xml" "https://voidlinux.org" feed "Uniprot" "https://www.uniprot.org/news/?format=rss" feed "qutebrowser" "https://blog.qutebrowser.org/feeds/all.rss.xml" feed "This week in Rust" "https://this-week-in-rust.org/rss.xml" feed "Saturday Morning Breakfast Cereal" "https://www.smbc-comics.com/comic/rss" feed "Minute Physics" "https://www.youtube.com/feeds/videos.xml?channel_id=UCUHW94eEFW7hkUMVaZz4eDg" feed "Minute Food" "https://www.youtube.com/feeds/videos.xml?channel_id=UCA0g3liRXdpqyhxiQiE55tA" feed "Primitive Technology" "https://www.youtube.com/feeds/videos.xml?channel_id=UCAL3JXZSzSm8AlZyD3nQdBA" feed "Nicolaas" "http://feeds.soundcloud.com/users/soundcloud:users:454191234/sounds.rss" feed "Jolla Blog" "https://blog.jolla.com/feed/" feed "CCC" "https://events.ccc.de/feed/" feed "Patrick Rothfuss" "https://blog.patrickrothfuss.com/feed/" feed "Jasper Van der Jeugt" "https://jaspervdj.be/rss.xml" feed "Aphyr" "https://aphyr.com/posts.atom" feed "Yash forum" "https://osdn.net/projects/yash/forums/16356/rss/" feed "Leah Neukirchen" "https://leahneukirchen.org/blog/index.atom" feed "Infogroep" "https://infogroep.be/feed.xml" feed "Zeus" "https://zeus.ugent.be/feed.xml" feed "FOSDEM" "https://fosdem.org/2021/rss.xml" feed "BE-Alert" "https://www.be-alert.be/nl/rss.xml" feed "Martanne" "https://www.brain-dump.org/blog/index.xml" # feed "Instagram T21" "https://bibliogram.snopyta.org/u/tvervack/rss.xml" }