View Single Post
  #10  
Old 01-28-2010, 04:16 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

BBC / BBC iPlayer : Can't download rtmp:// streams anymore?


Your media player doesn't support video downloaded from BBC iPlayer? You don't want to use download BBC iPlayer videos with bloated BBC Download manager? Your operating system is not supported by BBC iPlayer?

Now you can download BBC iPlayer videos with freeware open-source command line utility get_iplayer. It is compatible with Linux, Mac OS, and Windows.

get_iplayer allows to download and save DRM-free videos from BBC iPlayer.

Please delete delete the downloaded videos after 30 days, as the rules of BBC iPlayer say. And NEVER share downloaded videos with others, because it is illegal!

Please note that if you want to download higher quality versions of BBC iPlayer videos, you need to wait about a day.

How to download BBC iPlayer videos with freeware get_iplayer:
  1. Open the Terminal (command line).
  2. Type
    Code:
    get_iplayer -f
    to update the records.
  3. Type
    Code:
    get_iplayer -g tv_program_name
    to download the select TV program

    In Linux you can also type
    Code:
    get_iplayer -f | grep tv_program_name
    to get the ID of the TV program (with the name tv_program_name)
    then use the received ID to download the video. For example:
    Code:
    get_iplayer -g 777
    will download TV program with ID 777.
Reply With Quote