|
@ -1798,7 +1798,7 @@ class YoutubeDL(object): |
|
|
else: |
|
|
else: |
|
|
res = '%sp' % format['height'] |
|
|
res = '%sp' % format['height'] |
|
|
elif format.get('width') is not None: |
|
|
elif format.get('width') is not None: |
|
|
res = '?x%d' % format['width'] |
|
|
|
|
|
|
|
|
res = '%dx?' % format['width'] |
|
|
else: |
|
|
else: |
|
|
res = default |
|
|
res = default |
|
|
return res |
|
|
return res |
|
|