[iwara] Add width (closes )

The heuristic is from 
pull/8/head
Yen Chi Hsuan 2017-02-05 22:30:13 +08:00
rodzic caf0f5f8b7
commit 2ab2c0d1f5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7F902A182457CA23
1 zmienionych plików z 1 dodań i 0 usunięć
youtube_dl/extractor

Wyświetl plik

@ -81,6 +81,7 @@ class IwaraIE(InfoExtractor):
'format_id': format_id,
'ext': mimetype2ext(a_format.get('mime')) or 'mp4',
'height': height,
'width': int_or_none(height / 9.0 * 16.0 if height else None),
'quality': 1 if format_id == 'Source' else 0,
})