1
0
Fork 0

[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
commit 032de83ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 484 additions and 180 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