aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/common.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-06-08 20:13:41 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-06-08 20:13:41 +0530
commit3b1fe47d840325903cce8f53bbe4d1fd1e31071b (patch)
tree3f63c17740d1311d28e4ff7f5bcaf59388e644b2 /yt_dlp/extractor/common.py
parented64ce59057c03d25dd6cb488ca28a3cf8ea04d1 (diff)
Release 2021.06.082021.06.08
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r--yt_dlp/extractor/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py
index 64ab8f706..3a345b2cd 100644
--- a/yt_dlp/extractor/common.py
+++ b/yt_dlp/extractor/common.py
@@ -203,6 +203,9 @@ class InfoExtractor(object):
(HTTP or RTMP) download. Boolean.
* downloader_options A dictionary of downloader options as
described in FileDownloader
+ RTMP formats can also have the additional fields: page_url,
+ app, play_path, tc_url, flash_version, rtmp_live, rtmp_conn,
+ rtmp_protocol, rtmp_real_time
url: Final video URL.
ext: Video filename extension.