1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 11:39:28 +00:00

Include NateProgramIE

This commit is contained in:
dirkf 2023-08-31 16:37:20 +01:00 committed by GitHub
parent ba06388c8c
commit 1e4ea76441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -721,8 +721,10 @@ from .nationalgeographic import (
NationalGeographicVideoIE, NationalGeographicVideoIE,
NationalGeographicTVIE, NationalGeographicTVIE,
) )
from .nate import NateIE from .nate import (
NateIE,
NateProgramIE,
)
from .naver import NaverIE from .naver import NaverIE
from .nba import ( from .nba import (
NBAWatchEmbedIE, NBAWatchEmbedIE,