Skip to content

Instantly share code, notes, and snippets.

View florianeckerstorfer's full-sized avatar

Florian Eckerstorfer florianeckerstorfer

View GitHub Profile
@florianeckerstorfer
florianeckerstorfer / tinydesk-download.fish
Last active December 10, 2017 16:30
Download TinyDesk Concerts from NPR
# tinydesk-download.fish
# - By Florian Eckerstorfer https://florian.ec @Florian_
#
# Requires cli-scrape (from NPM), jq and wget (from Homebrew)
#
# npm i -g cli-scrape
# brew install jq
# brew install wget
set links (scrape "https://www.npr.org/rss/rss.php?id=92071316" '//item/guid')