Olympic ceremonies
dinkypumpkin
dinkypumpkin at gmail.com
Tue Aug 14 15:33:58 EDT 2012
On 14/08/2012 19:58, louisebay2 at ntlworld.com wrote:
> Ok, this is the command line:
> perl get_iplayer.pl --modes=flashhd1 --stop=5060 --attempts=1
> --file-prefix="<name>-<episode>-Part1" --pid p00w2r5c --force
> --verbose > log.txt
>
> Unfortunately I don't have the full output as it got overwritten and
> what is redirected to the log.txt is somewhat different to what I see
> on stdout (in the dos window).
You're sending stdout to log.txt and viewing stderr in the dos window.
you need to add "2>&1" to the end of your command to capture everything
to log.txt. Set --stop to 3600 and see if you can download the first
hour cleanly.
More information about the get_iplayer
mailing list