diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-08 20:13:41 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2021-06-08 20:13:41 +0530 |
commit | 3b1fe47d840325903cce8f53bbe4d1fd1e31071b (patch) | |
tree | 3f63c17740d1311d28e4ff7f5bcaf59388e644b2 /yt_dlp/extractor/common.py | |
parent | ed64ce59057c03d25dd6cb488ca28a3cf8ea04d1 (diff) |
Release 2021.06.082021.06.08
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 3 |
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. |