Recording 'archived' items on iplayer site
David Woodhouse
dwmw2 at infradead.org
Thu Jun 28 07:18:40 EDT 2012
On Thu, 2012-06-28 at 11:58 +0100, Colin Parker wrote:
> What is the easiest way to record all 114 Open Country radio 4
> programmes (http://www.bbc.co.uk/programmes/b006qgft/episodes/player)?
Can't see a way to fetch the full list except on that page. So perhaps
something like...
for a in `seq 1 4`; do
curl "http://www.bbc.co.uk/programmes/b006qgft/episodes/player?page=$a"
done | grep iplayer/console/b0 | cut -f2 -d\" |
xargs -n 1 get_iplayer --type=radio -g
--
dwmw2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6171 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/get_iplayer/attachments/20120628/0b2d49be/attachment-0001.bin>
More information about the get_iplayer
mailing list