mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-22 16:08:58 +00:00
[ie/ntvcojp] revert IE class name
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com>
This commit is contained in:
@@ -1420,7 +1420,7 @@ from .nrk import (
|
|||||||
)
|
)
|
||||||
from .nrl import NRLTVIE
|
from .nrl import NRLTVIE
|
||||||
from .nts import NTSLiveIE
|
from .nts import NTSLiveIE
|
||||||
from .ntvcojp import NTVJpCuIE
|
from .ntvcojp import NTVCoJpCUIE
|
||||||
from .ntvde import NTVDeIE
|
from .ntvde import NTVDeIE
|
||||||
from .ntvru import NTVRuIE
|
from .ntvru import NTVRuIE
|
||||||
from .nubilesporn import NubilesPornIE
|
from .nubilesporn import NubilesPornIE
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ from ..utils import (
|
|||||||
from ..utils.traversal import require, traverse_obj
|
from ..utils.traversal import require, traverse_obj
|
||||||
|
|
||||||
|
|
||||||
class NTVJpCuIE(StreaksBaseIE):
|
class NTVCoJpCUIE(StreaksBaseIE):
|
||||||
IE_NAME = 'ntvjp:cu'
|
IE_NAME = 'ntvjp:cu'
|
||||||
IE_DESC = '日テレ無料TADA!'
|
IE_DESC = '日テレ無料TADA!'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user