mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-03-20 22:59:44 +00:00
Comply with coding conventions
This commit is contained in:
parent
252eb13277
commit
7164b24ca6
@ -107,11 +107,11 @@ class FC2IE(InfoExtractor):
|
|||||||
if title_info:
|
if title_info:
|
||||||
title = title_info[0]
|
title = title_info[0]
|
||||||
|
|
||||||
response = self._download_json(
|
meta = self._download_json(
|
||||||
video_info_url,
|
video_info_url,
|
||||||
video_id,
|
video_id,
|
||||||
)
|
)
|
||||||
video_url = 'https://video.fc2.com' + response['playlist']['nq']
|
video_url = 'https://video.fc2.com' + meta.get('playlist').get('nq')
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user