]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/extractor/extractors.py
[nbc] Add new extractor for NBC Olympics (#10295, #10361)
[youtube-dl] / youtube_dl / extractor / extractors.py
index 2e795260e020f1d1561fb4d43777ca15ce410d22..522691de130a77cc9fca6c8fe148887784d630d2 100644 (file)
@@ -293,6 +293,7 @@ from .fox import FOXIE
 from .foxgay import FoxgayIE
 from .foxnews import (
     FoxNewsIE,
+    FoxNewsArticleIE,
     FoxNewsInsiderIE,
 )
 from .foxsports import FoxSportsIE
@@ -533,6 +534,7 @@ from .nbc import (
     CSNNEIE,
     NBCIE,
     NBCNewsIE,
+    NBCOlympicsIE,
     NBCSportsIE,
     NBCSportsVPlayerIE,
 )