These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

2.96 - Unable to download olympic videos

user-1397

Hi,

Firstly, I am using the 2.96 get_iplayer and windows.

For some reason I'm unable to download any of the Rio Olympic videos on the BBC.

For example I am trying to download the following using the following code which I use for other stuff but does not work for any of the Olympic videos,

get_iplayer "http://www.bbc.co.uk/iplayer/episode/p042zddd/olympic-boxing-finals-sunday-ft-joe-joyce" --raw --modes flashvhigh

Link to other videos, http://www.bbc.co.uk/iplayer/a-z/o

Can someone please help?

Thank you kindly

Ozzy

PS. I am a complete newb to using this software. Therefore, can you explain in step by step please if there is an answer.

Many thanks

Ozzy

user-30

Seems like it's because you are adding --modes flashvhigh.

Using --info to see the available modes the following are available:

hvfhd1,hvfhd2,hvfsd1,hvfsd2,hvfvhigh1,hvfvhigh2,hvfhigh1,hvfhigh2,hvfstd1,hvfstd2,hvflow1,hvflow2

These correspond to the sizes:

hvfhd1=5832MB,hvfhd2=5832MB,hvfsd1=3299MB,hvfsd2=3299MB,hvfvhigh1=1907MB,hvfvhigh2=1907MB,hvfhigh1=1036MB,hvfhigh2=1036MB,hvfstd1=597MB,hvfstd2=597MB,hvflow1=369MB,hvflow2=369MB

If you pick which size of file you want and try again with the correct available mode name you should be successful e.g an alternative way to form the command would be...

get_iplayer --get --pid=p042zddd --modes=hvfhigh1

user-1397

It works - you're a life saver!!

Thanks very much!! Really appreciate your help!!

user-30

No problem.

For future reference you don't necessarily need to specify the *exact* mode, there are placeholder modes that will download the correct mode up to a certain quality level, which is useful if you are on a metered connection.

For instance you could use --modes=best to download whatever HD 50fps 5mbps modes are available, or you could use --modes=vgood to get 960x540 25fps at 1.7mbps.

A full table of the options is available at the link below so you can choose the placeholder for you:

https://github.com/get-iplayer/get_iplay...i/modes#tv

The table shows you in the example how to add whatever mode you choose as a preference so you don't have to add it each time (hint: --prefs-add is the bit in question).

The way this placeholder things works is get_iplayer will download the maximum quality up to the limit you set, but if that's not available it'll try the next best lower quality and so on until something is available.

It's a good way to 'set it and forget it'. I personally use --modes=best as I'm not on a slow or metered connection and that will pick up the best version available for anything.

user-1397

Again, many thanks!

These forums are archived

See this post for further info