projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f345fe9
)
[dctp] follow id conventions
author
Paul Hartmann
<phaaurlt@gmail.com>
Thu, 29 Jan 2015 22:34:56 +0000
(23:34 +0100)
committer
Paul Hartmann
<phaaurlt@gmail.com>
Thu, 29 Jan 2015 22:34:56 +0000
(23:34 +0100)
youtube_dl/extractor/dctp.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dctp.py
b/youtube_dl/extractor/dctp.py
index 31bcd35c3ebf2a147a4701d8783a0beacc140347..752cff978ad5bff3475fe7cfd07038605699f881 100644
(file)
--- a/
youtube_dl/extractor/dctp.py
+++ b/
youtube_dl/extractor/dctp.py
@@
-37,12
+37,13
@@
class DctpTvIE(InfoExtractor):
url = servers_json[0]['endpoint']
return {
- 'id':
video
_id,
+ 'id':
object
_id,
'title': title,
'format': 'rtmp',
'url': url,
'play_path': play_path,
'real_time': True,
- 'ext': 'flv'
+ 'ext': 'flv',
+ 'display_id': video_id
}