[funimation] Add FunimationShowIE (#442)

Closes #436

Authored by: Mevious
This commit is contained in:
Mevious 2021-06-24 17:15:23 -07:00 committed by GitHub
parent 15a4fd53d3
commit 125728b038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 1 deletions

View file

@ -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