From ac2d8f54d1f95ff54cae6808602d5ddb39bc978b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 2 Jul 2016 02:45:00 +0700 Subject: [PATCH] [vine] Remove superfluous whitespace --- youtube_dl/extractor/vine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/vine.py b/youtube_dl/extractor/vine.py index 5a2c53b36..0183f052a 100644 --- a/youtube_dl/extractor/vine.py +++ b/youtube_dl/extractor/vine.py @@ -93,7 +93,7 @@ class VineIE(InfoExtractor): r'window\.POST_DATA\s*=\s*({.+?});\s*', webpage, 'vine data'), video_id) - + data = data[list(data.keys())[0]] formats = [{