aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorSimon Sawicki <contact@grub4k.xyz>2023-05-24 20:45:15 +0200
committerGitHub <noreply@github.com>2023-05-24 20:45:15 +0200
commit032de83ea9ff2f4977d9c71a93bbc1775597b762 (patch)
tree2748ed5ca0c0a9cdad390b3d6eac38e6e0f4db22 /yt_dlp/extractor/_extractors.py
parent8417f26b8a819cd7ffcd4e000ca3e45033e670fb (diff)
downloadhypervideo-pre-032de83ea9ff2f4977d9c71a93bbc1775597b762.tar.lz
hypervideo-pre-032de83ea9ff2f4977d9c71a93bbc1775597b762.tar.xz
hypervideo-pre-032de83ea9ff2f4977d9c71a93bbc1775597b762.zip
[extractor/crunchyroll] Rework with support for movies, music and artists (#6237)
This adds `CrunchyrollMusicIE` and `CrunchyrollArtistIE` extractors using the new, reworked base class and expands the `CrunchyrollBetaIE` with support for movies and movie listings and more complete metadata extraction Authored by: Grub4K
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index fd2bfa9a1..8984d4b16 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -406,6 +406,8 @@ from .crowdbunker import (
from .crunchyroll import (
CrunchyrollBetaIE,
CrunchyrollBetaShowIE,
+ CrunchyrollMusicIE,
+ CrunchyrollArtistIE,
)
from .cspan import CSpanIE, CSpanCongressIE
from .ctsnews import CtsNewsIE