1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-01-22 08:02:50 +08:00

rm empty line for flake8

This commit is contained in:
Vladimir Krylov 2019-12-30 21:51:23 +02:00
parent da7e916836
commit 17bf73ee1a

View File

@ -146,7 +146,6 @@ class IviIE(InfoExtractor):
extractor_msg += ': ' + message
raise ExtractorError(extractor_msg % video_id, expected=True)
result = video_json['result']
title = result['title']