mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 06:14:05 -07:00
Updated to flake8
This commit is contained in:
parent
9a6b3d9dac
commit
fb13bb6598
1 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue