diff options
author | The Hatsune Daishi <nao20010128@gmail.com> | 2021-05-02 23:13:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 19:43:37 +0530 |
commit | 0fa9a1e23625f0ba4516e5107ce447ac693e7ec1 (patch) | |
tree | a2f42cd0163b1f5f18222dadf508fb501afcbc91 /yt_dlp/extractor/common.py | |
parent | eb55bad5a0c1af9388301ffbf17845ee53a41635 (diff) | |
download | hypervideo-pre-0fa9a1e23625f0ba4516e5107ce447ac693e7ec1.tar.lz hypervideo-pre-0fa9a1e23625f0ba4516e5107ce447ac693e7ec1.tar.xz hypervideo-pre-0fa9a1e23625f0ba4516e5107ce447ac693e7ec1.zip |
[whowatch] Add extractor #292
closes #223
Authored by: nao20010128nao
Modified from: https://github.com/nao20010128nao/ytdl-patched/blob/9e4a0e061a558cdb05a618e27f47ca0ac56ece94/youtube_dl/extractor/whowatch.py
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 2ca25951b..642c94930 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -157,7 +157,7 @@ class InfoExtractor(object): * player_url SWF Player URL (used for rtmpdump). * protocol The protocol that will be used for the actual download, lower-case. - "http", "https", "rtsp", "rtmp", "rtmpe", + "http", "https", "rtsp", "rtmp", "rtmp_ffmpeg", "rtmpe", "m3u8", "m3u8_native" or "http_dash_segments". * fragment_base_url Base URL for fragments. Each fragment's path |