How to change download location of get_iplayer?

I’m using the get_iplayer script. Downloaded files get saved to "C:\Users\Matt\Desktop\iPlayer Recordings". How can I change that?

Answer

Take a look here:

https://github.com/dinkypumpkin/get_iplayer/wiki/winsetup#command-line-interface-cli

NOTE: Unless you opt to change the default value, the installer sets the location for recorded programmes to iPlayer Recordings on the Windows desktop of the administrator user who ran the installer. If you have multiple users running get_iplayer on one Windows PC, the other users will need to configure their own output folders with the CLI:

get_iplayer –prefs-add –output “%USERPROFILE%\Desktop\iPlayer Recordings”

Attribution
Source : Link , Question Author : Colonel Panic , Answer Author : Community

Leave a Comment