From 7523647391969f8d747ba0fc178592f7f3d5e453 Mon Sep 17 00:00:00 2001
From: Yen Chi Hsuan <yan12125@gmail.com>
Date: Sat, 25 Jul 2015 18:43:07 +0800
Subject: [PATCH] [ir90tv] PEP8

---
 youtube_dl/extractor/ir90tv.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/extractor/ir90tv.py b/youtube_dl/extractor/ir90tv.py
index 92333c3ea..6418d6178 100644
--- a/youtube_dl/extractor/ir90tv.py
+++ b/youtube_dl/extractor/ir90tv.py
@@ -37,6 +37,6 @@ class Ir90TvIE(InfoExtractor):
             'url': video_url,
             'id': video_id,
             'title': title,
-            'video_url' : video_url,
-            'thumbnail' : thumbnail,
+            'video_url': video_url,
+            'thumbnail': thumbnail,
         }