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]