Created
December 3, 2017 22:24
-
-
Save paveljurca/248e836e612c276e6481f851165219ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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