aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorcntrl-s <65956966+cntrl-s@users.noreply.github.com>2021-11-27 00:05:39 +0530
committerGitHub <noreply@github.com>2021-11-27 00:05:39 +0530
commit883ecd54949fa90174094628bf002f179edf6767 (patch)
tree9328c9a2cb215d9ee078efca7f67a7bf6024dbab /yt_dlp/extractor/extractors.py
parenteb56d132d21752fa50e0dd2c3bfa3d983ad48655 (diff)
downloadhypervideo-pre-883ecd54949fa90174094628bf002f179edf6767.tar.lz
hypervideo-pre-883ecd54949fa90174094628bf002f179edf6767.tar.xz
hypervideo-pre-883ecd54949fa90174094628bf002f179edf6767.zip
Streamff extractor (#1736)
Closes #1359 Authored by: cntrl-s
Diffstat (limited to 'yt_dlp/extractor/extractors.py')
-rw-r--r--yt_dlp/extractor/extractors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/extractors.py b/yt_dlp/extractor/extractors.py
index 4dda3705a..163efc748 100644
--- a/yt_dlp/extractor/extractors.py
+++ b/yt_dlp/extractor/extractors.py
@@ -1404,6 +1404,7 @@ from .streamable import StreamableIE
from .streamanity import StreamanityIE
from .streamcloud import StreamcloudIE
from .streamcz import StreamCZIE
+from .streamff import StreamFFIE
from .streetvoice import StreetVoiceIE
from .stretchinternet import StretchInternetIE
from .stripchat import StripchatIE