This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[dctp] follow id conventions
totalwebcasting
Paul Hartmann
10 years ago
parent
f345fe9db7
commit
87673cd438
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
youtube_dl/extractor/dctp.py
+ 3
- 2
youtube_dl/extractor/dctp.py
View File
@ -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
}
Write
Preview
Loading…
Cancel
Save