1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[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
parent 71ce444a3f
commit dd078970ba
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