diff options
author | coletdev <coletdjnz@protonmail.com> | 2022-05-01 18:46:28 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 06:46:28 +0000 |
commit | 6e634cbe4236591661f3a7f13b62994fff13c73c (patch) | |
tree | 09026203698b16841ed386943ce65eb48ad8c5c9 /yt_dlp/extractor/extractors.py | |
parent | 3fe75fdc803d50820ddf643dc5184c01162451c4 (diff) | |
download | hypervideo-pre-6e634cbe4236591661f3a7f13b62994fff13c73c.tar.lz hypervideo-pre-6e634cbe4236591661f3a7f13b62994fff13c73c.tar.xz hypervideo-pre-6e634cbe4236591661f3a7f13b62994fff13c73c.zip |
[youtube] Add YoutubeStoriesIE (#3362)
Get channel stories with `ytstories:<channel UCID>`
Authored-by: coletdjnz
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 070d5cc65..57bb6ef48 100644 --- a/yt_dlp/extractor/extractors.py +++ b/yt_dlp/extractor/extractors.py @@ -2115,6 +2115,7 @@ from .youtube import ( YoutubeSearchURLIE, YoutubeMusicSearchURLIE, YoutubeSubscriptionsIE, + YoutubeStoriesIE, YoutubeTruncatedIDIE, YoutubeTruncatedURLIE, YoutubeYtBeIE, |