mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[dctp] PEP8
This commit is contained in:
parent
1798791df1
commit
83fddfd493
@ -13,7 +13,8 @@ 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):
|
||||
@ -54,4 +55,3 @@ class DctpTvIE(InfoExtractor):
|
||||
'ext': 'flv',
|
||||
'display_id': video_id
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user