aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/downloader/external.py
diff options
context:
space:
mode:
authorThe Hatsune Daishi <nao20010128@gmail.com>2021-05-02 23:13:37 +0900
committerGitHub <noreply@github.com>2021-05-02 19:43:37 +0530
commit0fa9a1e23625f0ba4516e5107ce447ac693e7ec1 (patch)
treea2f42cd0163b1f5f18222dadf508fb501afcbc91 /yt_dlp/downloader/external.py
parenteb55bad5a0c1af9388301ffbf17845ee53a41635 (diff)
downloadhypervideo-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/downloader/external.py')
-rw-r--r--yt_dlp/downloader/external.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/downloader/external.py b/yt_dlp/downloader/external.py
index d879bc66d..89f3ef28d 100644
--- a/yt_dlp/downloader/external.py
+++ b/yt_dlp/downloader/external.py
@@ -338,7 +338,7 @@ class HttpieFD(ExternalFD):
class FFmpegFD(ExternalFD):
- SUPPORTED_PROTOCOLS = ('http', 'https', 'ftp', 'ftps', 'm3u8', 'm3u8_native', 'rtsp', 'rtmp', 'mms')
+ SUPPORTED_PROTOCOLS = ('http', 'https', 'ftp', 'ftps', 'm3u8', 'm3u8_native', 'rtsp', 'rtmp', 'rtmp_ffmpeg', 'mms')
@classmethod
def available(cls, path=None):