aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dctp.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_dl/extractor/dctp.py')
-rw-r--r--youtube_dl/extractor/dctp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/dctp.py b/youtube_dl/extractor/dctp.py
index c80d28865..8a77f2b66 100644
--- a/youtube_dl/extractor/dctp.py
+++ b/youtube_dl/extractor/dctp.py
@@ -43,7 +43,7 @@ class DctpTvIE(InfoExtractor):
'format': 'rtmp',
'url': url,
'play_path': play_path,
- 'real_time': True,
+ 'rtmp_real_time': True,
'ext': 'flv',
'display_id': video_id
}