diff options
author | nomevi <108267441+nomevi@users.noreply.github.com> | 2022-06-29 00:11:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 05:41:38 +0530 |
commit | 844086505f7d27bd17eae20cd21a8656a2137ebd (patch) | |
tree | 1db2612784e557fdaf8fdae44687ba2881c46917 /yt_dlp/extractor/_extractors.py | |
parent | 63da2d0911373e309aab797b062c4e372292e096 (diff) | |
download | hypervideo-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.py | 1 |
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, |