get-iplayer / get_iplayer

A utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds
https://github.com/get-iplayer/get_iplayer/wiki
GNU General Public License v3.0
2.12k stars 230 forks source link

prefs-add on windows incorrectly handing quotes #389

Closed ByteMavericks closed 3 years ago

ByteMavericks commented 3 years ago

get_iplayer --prefs-add --output="d:\iplayer recordings" caused the options file to have output d:\iplayer recordings" This did not work. Trying --output=d:\iplayer recordings file contained output d:\iplayer This, too, did not work. Trying "--output=d:\iplayer recordings" worked correctly. Update documentation only, perhaps?