1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 08:17:20 +08:00

add newline at the end of file

This commit is contained in:
Bagira 2016-11-07 08:59:28 +01:00
parent b472295cae
commit b3e1258413

View File

@ -95,4 +95,4 @@ class VideaEmbedIE(InfoExtractor):
'report this with the video URL to http://yt-dl.org/bug')
if not medias:
raise ExtractorError('No media entries found')
return medias[0]
return medias[0]