Skip to content

Instantly share code, notes, and snippets.

@paveljurca
Created December 3, 2017 22:24
Show Gist options
  • Save paveljurca/248e836e612c276e6481f851165219ab to your computer and use it in GitHub Desktop.
Save paveljurca/248e836e612c276e6481f851165219ab to your computer and use it in GitHub Desktop.
# BBC iPLAYER, 2012
# From Birmingham to Beijing: The Lure of a Chinese Career
# http://www.bbc.co.uk/radio/player/b015b92b
$id = $(curl http://www.bbc.co.uk/radio/player/XYZ|grep -Eo "vpid.{3}[0-9a-zA-Z]+")
# http://open.live.bbc.co.uk/mediaselector/5/select/version/2.0/mediaset/pc/transferformat/plain/vpid/$id
$authString =
$identifier =
rtmpdump -r "rtmp://bbcodspdns.fcod.llnwd.net:1935/a5999/e1" -a "a5999/e1?$authString" -y "$identifier" -o "out.mp3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment