From b3e1258413f81ba69983dbe469b1a2e77ee45e5c Mon Sep 17 00:00:00 2001 From: Bagira Date: Mon, 7 Nov 2016 08:59:28 +0100 Subject: [PATCH] add newline at the end of file --- youtube_dl/extractor/videa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/videa.py b/youtube_dl/extractor/videa.py index 3419299c3..3d2e7e31c 100644 --- a/youtube_dl/extractor/videa.py +++ b/youtube_dl/extractor/videa.py @@ -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] \ No newline at end of file + return medias[0]