mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-12-22 16:06:49 +00:00
checked flake8
This commit is contained in:
parent
d24005da42
commit
ab9555a5e3
@ -571,7 +571,7 @@ class BrightcoveNewIE(AdobePassIE):
|
|||||||
duration = float_or_none(json_data.get('duration'), 1000)
|
duration = float_or_none(json_data.get('duration'), 1000)
|
||||||
if duration is not None and duration <= 0:
|
if duration is not None and duration <= 0:
|
||||||
is_live = True
|
is_live = True
|
||||||
common_res=["160x90","320x180","480x270","640x360","768x432","1024x576","1280x720","1366x768","1920x1080"]
|
common_res = ["160x90", "320x180", "480x270", "640x360", "768x432", "1024x576", "1280x720", "1366x768", "1920x1080"]
|
||||||
thumbnails = []
|
thumbnails = []
|
||||||
if '640x360' in json_data.get('poster'):
|
if '640x360' in json_data.get('poster'):
|
||||||
base_url = json_data.get('poster')
|
base_url = json_data.get('poster')
|
||||||
|
Loading…
Reference in New Issue
Block a user