Skip to content

Instantly share code, notes, and snippets.

@matwey
Last active July 4, 2021 08:27
Show Gist options
  • Save matwey/f7d498ddfe45929a1aecb65132ee85c8 to your computer and use it in GitHub Desktop.
Save matwey/f7d498ddfe45929a1aecb65132ee85c8 to your computer and use it in GitHub Desktop.
Aerostat fetch
#!/bin/sh
set -x
set -e
curl 'https://www.radiorus.ru/brand/57083/episodes/json?offset=0' 2>/dev/null | jq -r '.episodes | .[] | .audioIds[0].sources.download' | wget -c --content-disposition --read-timeout=15 -i -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment