diff options
author | Ben Faerber <benfaerber@protonmail.com> | 2025-02-23 02:11:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-23 09:11:58 +0000 |
commit | 652827d5a076c9483c36654ad2cf3fe46219baf4 (patch) | |
tree | d00d17671719fc442dbb881a54ce040fadbb2946 /yt_dlp/extractor/_extractors.py | |
parent | 0e1697232fcbba7551f983fd1ba93bb445cbb08b (diff) |
[ie/softwhiteunderbelly] Add extractor (#12281)
Authored by: benfaerber
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 9a49bcb30..403e1f1f6 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -1895,6 +1895,7 @@ from .slutload import SlutloadIE from .smotrim import SmotrimIE from .snapchat import SnapchatSpotlightIE from .snotr import SnotrIE +from .softwhiteunderbelly import SoftWhiteUnderbellyIE from .sohu import ( SohuIE, SohuVIE, |