mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-12-13 14:37:43 +01:00
[miomio] Rename extractor
This commit is contained in:
parent
f5b669113f
commit
e03bfb30ce
@ -274,7 +274,7 @@
|
|||||||
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 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
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 New Issue
Block a user