Skip to content

Commit

Permalink
Merge branch 'develop' into plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jun 19, 2015
2 parents 3f80b10 + 3228193 commit 0890dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mps_youtube/main.py
Expand Up @@ -1247,7 +1247,7 @@ def generate_real_playerargs(song, override, failcount):
# Mplayer too old to support https
if not (ver > (1,1) if isinstance(ver, tuple) else ver >= 37294):
raise IOError("%s : Sorry mplayer doesn't support this stream. "
"Use mpv or download it" % song.title)
"Use mpv or update mplayer to a newer version" % song.title)

size = get_size(song.ytid, stream['url'])
songdata = (song.ytid, stream['ext'] + " " + stream['quality'],
Expand Down

0 comments on commit 0890dd4

Please sign in to comment.