[dctp] follow id conventions
This commit is contained in:
		| @@ -37,12 +37,13 @@ class DctpTvIE(InfoExtractor): | |||||||
|         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 | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Paul Hartmann
					Paul Hartmann