Add mpv to default players

It's another fork of mplayer, more active than mplayer2.
This commit is contained in:
Laurent Bachelier 2014-01-02 16:22:04 +01:00 committed by Romain Bignon
commit a3306cc222

View file

@ -19,15 +19,15 @@
import os
from subprocess import Popen, PIPE
from subprocess import PIPE, Popen
from weboob.tools.log import getLogger
__all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
PLAYERS = (
('mpv', '-'),
('mplayer2', '-'),
('mplayer', '-'),
('vlc', '-'),