[nbc] Add an extractor for the main nbc.com site
Some of the videos are encrypted, the f4m downloader doesn’t support them.
This commit is contained in:
parent
d0a72674c6
commit
020cf5ebfd
3 changed files with 38 additions and 5 deletions
|
@ -152,7 +152,10 @@ from .myspass import MySpassIE
|
|||
from .myvideo import MyVideoIE
|
||||
from .naver import NaverIE
|
||||
from .nba import NBAIE
|
||||
from .nbc import NBCNewsIE
|
||||
from .nbc import (
|
||||
NBCIE,
|
||||
NBCNewsIE,
|
||||
)
|
||||
from .ndr import NDRIE
|
||||
from .ndtv import NDTVIE
|
||||
from .newgrounds import NewgroundsIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue