aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorJeff Huffman <tejing@tejing.com>2022-11-06 10:48:55 -0800
committerGitHub <noreply@github.com>2022-11-07 00:18:55 +0530
commitcb1553e96601e92765dd8d70d549b8d551191e70 (patch)
treecdb82ca61ed05ddfb2dc3af892f7d1b488f43ff8 /yt_dlp/extractor/_extractors.py
parent0d2a0ecac3d721b4b01ebc2f00f922740961e515 (diff)
downloadhypervideo-pre-cb1553e96601e92765dd8d70d549b8d551191e70.tar.lz
hypervideo-pre-cb1553e96601e92765dd8d70d549b8d551191e70.tar.xz
hypervideo-pre-cb1553e96601e92765dd8d70d549b8d551191e70.zip
[extractor/crunchyroll] Beta is now the only layout (#5294)
Closes #5292 Authored by: tejing1
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 8c70d1585..7612d291d 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -372,8 +372,6 @@ from .crowdbunker import (
CrowdBunkerChannelIE,
)
from .crunchyroll import (
- CrunchyrollIE,
- CrunchyrollShowPlaylistIE,
CrunchyrollBetaIE,
CrunchyrollBetaShowIE,
)