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

Fix downloadabortonfail option #409

Closed llewelld closed 2 years ago

llewelld commented 2 years ago

The || in the options list for the downloadabortonfail could trigger an error "Error in option spec". This changes the || for | which removes the error.