[bilibili] Fix FutureWarning

This commit is contained in:
Sergey M․ 2015-06-10 23:01:12 +06:00
parent eb8be1fe76
commit f98470df69
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class BiliBiliIE(InfoExtractor):
'filesize': int_or_none(
lq_durl.find('./size'), get_attr='text'),
}]
if hq_durl:
if hq_durl is not None:
formats.append({
'format_id': 'hq',
'quality': 2,