mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 18:49:06 -07:00
[nhl:news] Add extractor (Closes #4805)
This commit is contained in:
parent
2c58674e0e
commit
e4c17d7274
2 changed files with 40 additions and 7 deletions
|
@ -294,7 +294,11 @@ from .nextmedia import (
|
|||
)
|
||||
from .nfb import NFBIE
|
||||
from .nfl import NFLIE
|
||||
from .nhl import NHLIE, NHLVideocenterIE
|
||||
from .nhl import (
|
||||
NHLIE,
|
||||
NHLNewsIE,
|
||||
NHLVideocenterIE,
|
||||
)
|
||||
from .niconico import NiconicoIE, NiconicoPlaylistIE
|
||||
from .ninegag import NineGagIE
|
||||
from .noco import NocoIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue