[dctp] PEP8
This commit is contained in:
parent
1798791df1
commit
83fddfd493
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,8 @@ class DctpTvIE(InfoExtractor):
|
||||||
'id': '1324',
|
'id': '1324',
|
||||||
'display_id': 'videoinstallation-fuer-eine-kaufhausfassade',
|
'display_id': 'videoinstallation-fuer-eine-kaufhausfassade',
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
'title': 'Videoinstallation für eine Kaufhausfassade'}
|
'title': 'Videoinstallation für eine Kaufhausfassade'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
@ -54,4 +55,3 @@ class DctpTvIE(InfoExtractor):
|
||||||
'ext': 'flv',
|
'ext': 'flv',
|
||||||
'display_id': video_id
|
'display_id': video_id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue