1
0
Fork 0

[crunchyroll] Add support for beta.crunchyroll URLs

and fix series URLs with language code
This commit is contained in:
pukkandan 2021-10-17 17:16:05 +05:30
commit dd078970ba
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
2 changed files with 58 additions and 2 deletions

View file

@ -298,7 +298,9 @@ from .crackle import CrackleIE
from .crooksandliars import CrooksAndLiarsIE
from .crunchyroll import (
CrunchyrollIE,
CrunchyrollShowPlaylistIE
CrunchyrollShowPlaylistIE,
CrunchyrollBetaIE,
CrunchyrollBetaShowIE,
)
from .cspan import CSpanIE
from .ctsnews import CtsNewsIE