1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[espn] Add new extractor for http://fivethirtyeight.com(closes #6864)

This commit is contained in:
Remita Amine
2017-12-26 14:20:21 +01:00
parent 45d20488f1
commit db145ee54a
2 changed files with 32 additions and 0 deletions

View File

@ -322,6 +322,7 @@ from .escapist import EscapistIE
from .espn import (
ESPNIE,
ESPNArticleIE,
FiveThirtyEightIE,
)
from .esri import EsriVideoIE
from .etonline import ETOnlineIE