mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-10 10:11:19 +09:00
Updated to flake8
This commit is contained in:
parent
9a6b3d9dac
commit
fb13bb6598
@ -4,7 +4,6 @@ from __future__ import unicode_literals
|
||||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
int_or_none,
|
||||
remove_start,
|
||||
clean_html,
|
||||
)
|
||||
|
||||
@ -48,6 +47,6 @@ class MujRozhlasIE(InfoExtractor):
|
||||
'url': audio_url,
|
||||
'title': title,
|
||||
'description': description,
|
||||
'duration': int(duration),
|
||||
'duration': int_or_none(duration),
|
||||
'vcodec': 'none',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user