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

(very) minor error in documentation #382

Closed gaiking-uk closed 3 years ago

gaiking-uk commented 3 years ago

Hi guys,

Just thought I should let you know that (I believe) there is an error on the wiki page https://github.com/get-iplayer/get_iplayer/wiki/utils...

The first prefs example reads... get_iplayer --prefs-add         --ffmpeg="C:\Program Files\ffmpeg\ffmpeg.exe"         --ffmpeg="C:\Program Files\atomicparsley\AtomicParsley.exe"

However am assuming the second --ffmpeg parameter is an error and the line should instead read... get_iplayer --prefs-add         --ffmpeg="C:\Program Files\ffmpeg\ffmpeg.exe"         --atomicparsley="C:\Program Files\atomicparsley\AtomicParsley.exe"

notnac commented 3 years ago

fixed