[arte] improve video quality choice

This commit is contained in:
Bezleputh 2014-07-30 17:33:17 +02:00
commit 067842ef0c
2 changed files with 19 additions and 26 deletions

View file

@ -54,10 +54,10 @@ class ArteBackend(BaseBackend, CapVideo, CapCollection):
TRANSLATION = {'fr': 'F',
'en': 'F',
'de': 'D',
'hd': 'HQ',
'md': 'MQ',
'sd': 'SQ',
'eq': 'EQ'
'hd': ['HQ', -1],
'md': ['MQ', 2],
'sd': ['SQ', 0],
'ed': ['EQ', 1]
}
BROWSER = ArteBrowser