1
0
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:
nullpos
2025-05-27 18:38:22 +09:00
committed by GitHub
parent c2d9ddff02
commit a7f9dcfdc8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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