diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-25 18:43:07 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-25 18:43:07 +0800 |
commit | 7523647391969f8d747ba0fc178592f7f3d5e453 (patch) | |
tree | 4333201f4488e7f84c8fa543bd83b028349b1289 /youtube_dl/extractor | |
parent | 9700cd9097445d598515dc41fb3cb9421403b9b9 (diff) |
[ir90tv] PEP8
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/ir90tv.py | 4 |
1 files 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, } |