mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-07 07:15:00 +01:00
[funimation] Add FunimationShowIE (#442)
Closes #436 Authored by: Mevious
This commit is contained in:
parent
15a4fd53d3
commit
125728b038
2 changed files with 56 additions and 1 deletions
|
|
@ -455,7 +455,10 @@ from .frontendmasters import (
|
|||
FrontendMastersCourseIE
|
||||
)
|
||||
from .fujitv import FujiTVFODPlus7IE
|
||||
from .funimation import FunimationIE
|
||||
from .funimation import (
|
||||
FunimationIE,
|
||||
FunimationShowIE
|
||||
)
|
||||
from .funk import FunkIE
|
||||
from .fusion import FusionIE
|
||||
from .gaia import GaiaIE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue