Add mpv to default players
It's another fork of mplayer, more active than mplayer2.
This commit is contained in:
parent
83520a177a
commit
a3306cc222
1 changed files with 9 additions and 9 deletions
|
|
@ -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', '-'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue