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.15k stars 233 forks source link

Remove use of || in option spec #352

Closed llewelld closed 5 years ago

llewelld commented 5 years ago

Running on perl 5.16 I get the following error:

Error in option spec: "cuesheetonly||cuesheet-only!"

I'm not a perl programmer though, and so I'm only guessing that this is due to the use of || possibly alongside this earlier version of perl. The change allows the code to run, but I can't make any claims about its correctness.

dinkypumpkin commented 5 years ago

thanks