mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-28 15:46:54 +01:00
[dctp] follow id conventions
This commit is contained in:
parent
f345fe9db7
commit
87673cd438
@ -37,12 +37,13 @@ def _real_extract(self, url):
|
|||||||
url = servers_json[0]['endpoint']
|
url = servers_json[0]['endpoint']
|
||||||
|
|
||||||
return {
|
return {
|
||||||
'id': video_id,
|
'id': object_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'format': 'rtmp',
|
'format': 'rtmp',
|
||||||
'url': url,
|
'url': url,
|
||||||
'play_path': play_path,
|
'play_path': play_path,
|
||||||
'real_time': True,
|
'real_time': True,
|
||||||
'ext': 'flv'
|
'ext': 'flv',
|
||||||
|
'display_id': video_id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user