aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorSimon Sawicki <37424085+Grub4K@users.noreply.github.com>2022-10-19 18:01:21 +0200
committerGitHub <noreply@github.com>2022-10-19 21:31:21 +0530
commit7a26ce2641c45b561dde190e2eb92b7d923ca5de (patch)
tree54c876c71e753fbc1a8d691e2a3c20881323eecc /yt_dlp/extractor/_extractors.py
parent3639df54c3298e35b5ae2a96a25bc4d3c38950d0 (diff)
downloadhypervideo-pre-7a26ce2641c45b561dde190e2eb92b7d923ca5de.tar.lz
hypervideo-pre-7a26ce2641c45b561dde190e2eb92b7d923ca5de.tar.xz
hypervideo-pre-7a26ce2641c45b561dde190e2eb92b7d923ca5de.zip
[extractor/twitter] Add Spaces extractor and GraphQL API (#5247, #4864)
Closes #1605, Closes #5233, Closes #1249 Authored by: Grub4K, nixxo, bashonly, pukkandan Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> Co-authored-by: nixxo <nixxo@protonmail.com>
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 8652ec54e..97e1a0e02 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -1968,6 +1968,7 @@ from .twitter import (
TwitterIE,
TwitterAmplifyIE,
TwitterBroadcastIE,
+ TwitterSpacesIE,
TwitterShortenerIE,
)
from .udemy import (