aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/extractors.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2020-12-15 16:06:10 +0100
committerRemita Amine <remitamine@gmail.com>2020-12-15 16:06:10 +0100
commit022e05dc1f6a09f3580c6cd3abdc3f65d2a54505 (patch)
tree594f45fbcaadc48aebbda5125a7e6d7bc7f83d28 /youtube_dl/extractor/extractors.py
parentb34c9551aae2609c4ac3ee53cc7ce40e8f14d586 (diff)
downloadyoutube-dl-022e05dc1f6a09f3580c6cd3abdc3f65d2a54505.tar.xz
[nfl] fix extraction(closes #22245)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r--youtube_dl/extractor/extractors.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py
index d0fc56b79..18b7168ff 100644
--- a/youtube_dl/extractor/extractors.py
+++ b/youtube_dl/extractor/extractors.py
@@ -724,7 +724,10 @@ from .nexx import (
NexxIE,
NexxEmbedIE,
)
-from .nfl import NFLIE
+from .nfl import (
+ NFLIE,
+ NFLArticleIE,
+)
from .nhk import (
NhkVodIE,
NhkVodProgramIE,