On 28/08/2013 16:10, Richard H Lee wrote:
How do I use the command option to run a command after a programme has
been downloaded?
I tried:
./get_iplayer -g 372 --modes flashvhigh -c ./test '<name>'
The value for --command is passed as a single string, so you need to
surround the whole thing with quotes, e.g.:
./get_iplayer -g 372 --modes flashvhigh -c './test "<name>"'
_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer