aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/extractors.py
diff options
context:
space:
mode:
authorcoletdev <coletdjnz@protonmail.com>2022-05-01 18:46:28 +1200
committerGitHub <noreply@github.com>2022-05-01 06:46:28 +0000
commit6e634cbe4236591661f3a7f13b62994fff13c73c (patch)
tree09026203698b16841ed386943ce65eb48ad8c5c9 /yt_dlp/extractor/extractors.py
parent3fe75fdc803d50820ddf643dc5184c01162451c4 (diff)
downloadhypervideo-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.py1
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,