use --modes=best to avoid errors from not having a particular kind of
stream available. (I'm not at all clear where the errors come from: I
have never needed this before, but some users do).
;; should probably use a process filter instead to give us a
;; progress bar
(message "downloading id %s" id)
- (start-process "get-iplayer" " *get-iplayer*" "get-iplayer" "--get" (format "%s" id)))
+ (start-process "get-iplayer" " *get-iplayer*" "get-iplayer" "--modes=best" "--get" (format "%s" id)))
(message "no id at point"))))
(defun iplayer-previous ()