Browse Source

[dctp] PEP8

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
83fddfd493
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/dctp.py

+ 2
- 2
youtube_dl/extractor/dctp.py View File

@ -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
}

Loading…
Cancel
Save