diff options
author | coletdjnz <coletdjnz@protonmail.com> | 2023-07-07 01:32:41 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 19:02:41 +0530 |
commit | 90db9a3c00ca80492c6a58c542e4cbf4c2710866 (patch) | |
tree | 4ab61fff9ab994c6fee11786213e543fb220fe27 /yt_dlp/extractor/_extractors.py | |
parent | 49296437a8e5fa91dacb5446e51ab588474c85d3 (diff) | |
download | hypervideo-pre-90db9a3c00ca80492c6a58c542e4cbf4c2710866.tar.lz hypervideo-pre-90db9a3c00ca80492c6a58c542e4cbf4c2710866.tar.xz hypervideo-pre-90db9a3c00ca80492c6a58c542e4cbf4c2710866.zip |
[extractor/youtube:stories] Remove (#7459)
YouTube killed them
https://web.archive.org/web/20230630153050/https://support.google.com/youtube/thread/217640760
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r-- | yt_dlp/extractor/_extractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py index 6f1873383..c0a330dbe 100644 --- a/yt_dlp/extractor/_extractors.py +++ b/yt_dlp/extractor/_extractors.py @@ -15,7 +15,6 @@ from .youtube import ( # Youtube is moved to the top to improve performance YoutubeSearchURLIE, YoutubeMusicSearchURLIE, YoutubeSubscriptionsIE, - YoutubeStoriesIE, YoutubeTruncatedIDIE, YoutubeTruncatedURLIE, YoutubeYtBeIE, |