[miomio] Rename extractor
This commit is contained in:
parent
f5b669113f
commit
e03bfb30ce
2 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ from .mdr import MDRIE
|
||||||
from .metacafe import MetacafeIE
|
from .metacafe import MetacafeIE
|
||||||
from .metacritic import MetacriticIE
|
from .metacritic import MetacriticIE
|
||||||
from .mgoon import MgoonIE
|
from .mgoon import MgoonIE
|
||||||
from .miomio_tv import MiomioTvIE
|
from .miomio import MioMioIE
|
||||||
from .minhateca import MinhatecaIE
|
from .minhateca import MinhatecaIE
|
||||||
from .ministrygrid import MinistryGridIE
|
from .ministrygrid import MinistryGridIE
|
||||||
from .mit import TechTVMITIE, MITIE, OCWMITIE
|
from .mit import TechTVMITIE, MITIE, OCWMITIE
|
||||||
|
|
|
@ -10,7 +10,7 @@ from ..utils import (
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class MiomioTvIE(InfoExtractor):
|
class MioMioIE(InfoExtractor):
|
||||||
IE_NAME = 'miomio.tv'
|
IE_NAME = 'miomio.tv'
|
||||||
_VALID_URL = r'https?://(?:www\.)?miomio\.tv/watch/cc(?P<id>[0-9]+)'
|
_VALID_URL = r'https?://(?:www\.)?miomio\.tv/watch/cc(?P<id>[0-9]+)'
|
||||||
_TESTS = [{
|
_TESTS = [{
|
Loading…
Reference in a new issue