aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authornomevi <108267441+nomevi@users.noreply.github.com>2022-06-29 00:11:38 +0000
committerGitHub <noreply@github.com>2022-06-29 05:41:38 +0530
commit844086505f7d27bd17eae20cd21a8656a2137ebd (patch)
tree1db2612784e557fdaf8fdae44687ba2881c46917 /yt_dlp/extractor/_extractors.py
parent63da2d0911373e309aab797b062c4e372292e096 (diff)
downloadhypervideo-pre-844086505f7d27bd17eae20cd21a8656a2137ebd.tar.lz
hypervideo-pre-844086505f7d27bd17eae20cd21a8656a2137ebd.tar.xz
hypervideo-pre-844086505f7d27bd17eae20cd21a8656a2137ebd.zip
[extractor/livestreamfails] Add extractor (#4204)
Authored by: nomevi
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 b2a072fc1..f1ef46d0a 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -837,6 +837,7 @@ from .livestream import (
LivestreamOriginalIE,
LivestreamShortenerIE,
)
+from .livestreamfails import LivestreamfailsIE
from .lnkgo import (
LnkGoIE,
LnkIE,