[canalplus] Do not assume the number of available qualities
This commit is contained in:
parent
e0753f9a23
commit
3e2f740922
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class CanalplusBrowser(BaseBrowser):
|
|||
PARSER = XMLParser()
|
||||
FORMATS = {
|
||||
'sd': 0,
|
||||
'hd': 3,
|
||||
'hd': -1,
|
||||
}
|
||||
|
||||
def __init__(self, quality, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue