1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-25 14:55:19 +00:00

[nfl] fix extraction(closes #22245)

This commit is contained in:
Remita Amine
2020-12-15 16:06:10 +01:00
parent b34c9551aa
commit 022e05dc1f
2 changed files with 97 additions and 166 deletions
+4 -1
View File
@@ -724,7 +724,10 @@ from .nexx import (
NexxIE,
NexxEmbedIE,
)
from .nfl import NFLIE
from .nfl import (
NFLIE,
NFLArticleIE,
)
from .nhk import (
NhkVodIE,
NhkVodProgramIE,