mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-22 07:58:54 +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 .nts import NTSLiveIE
|
||||
from .ntvcojp import NTVJpCuIE
|
||||
from .ntvcojp import NTVCoJpCUIE
|
||||
from .ntvde import NTVDeIE
|
||||
from .ntvru import NTVRuIE
|
||||
from .nubilesporn import NubilesPornIE
|
||||
|
||||
@@ -8,7 +8,7 @@ from ..utils import (
|
||||
from ..utils.traversal import require, traverse_obj
|
||||
|
||||
|
||||
class NTVJpCuIE(StreaksBaseIE):
|
||||
class NTVCoJpCUIE(StreaksBaseIE):
|
||||
IE_NAME = 'ntvjp:cu'
|
||||
IE_DESC = '日テレ無料TADA!'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user