[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