youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 83fddfd493ffcbb7256f0f1a467cc48ca2191090
parent 1798791df11920928818161c48fc2b12334e1e52
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Fri, 30 Jan 2015 03:45:06 +0100

[dctp] PEP8

Diffstat:
Myoutube_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 @@ -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 } -