[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
This commit is contained in:
Simon Sawicki
2023-05-24 20:45:15 +02:00
committed by GitHub
parent 8417f26b8a
commit 032de83ea9
2 changed files with 499 additions and 195 deletions

View File

@@ -406,6 +406,8 @@ from .crowdbunker import (
from .crunchyroll import (
CrunchyrollBetaIE,
CrunchyrollBetaShowIE,
CrunchyrollMusicIE,
CrunchyrollArtistIE,
)
from .cspan import CSpanIE, CSpanCongressIE
from .ctsnews import CtsNewsIE