From 83fddfd493ffcbb7256f0f1a467cc48ca2191090 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 30 Jan 2015 03:45:06 +0100 Subject: [PATCH] [dctp] PEP8 --- youtube_dl/extractor/dctp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/youtube_dl/extractor/dctp.py b/youtube_dl/extractor/dctp.py index dbedafa7d..6ed354379 100644 --- a/youtube_dl/extractor/dctp.py +++ b/youtube_dl/extractor/dctp.py @@ -13,8 +13,9 @@ class DctpTvIE(InfoExtractor): 'id': '1324', 'display_id': 'videoinstallation-fuer-eine-kaufhausfassade', 'ext': 'flv', - 'title': 'Videoinstallation für eine Kaufhausfassade'} + 'title': 'Videoinstallation für eine Kaufhausfassade' } + } def _real_extract(self, url): video_id = self._match_id(url) @@ -54,4 +55,3 @@ class DctpTvIE(InfoExtractor): 'ext': 'flv', 'display_id': video_id } -