projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1798791
)
[dctp] PEP8
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 02:45:06 +0000
(
03:45
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 30 Jan 2015 02:45:06 +0000
(
03:45
+0100)
youtube_dl/extractor/dctp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dctp.py
b/youtube_dl/extractor/dctp.py
index dbedafa7d4ea690a8d724c30507c3ce9200463cb..6ed3543790c6f76877b5e11bac7e6c7ffaf5c028 100644
(file)
--- 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
}
-