[foxnews:insider] Add new extractor

Closes #10445
This commit is contained in:
Yen Chi Hsuan 2016-09-03 18:16:19 +08:00
parent cf0efe9636
commit cdc783510b
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
3 changed files with 52 additions and 2 deletions

View file

@ -287,7 +287,10 @@ from .formula1 import Formula1IE
from .fourtube import FourTubeIE
from .fox import FOXIE
from .foxgay import FoxgayIE
from .foxnews import FoxNewsIE
from .foxnews import (
FoxNewsIE,
FoxNewsInsiderIE,
)
from .foxsports import FoxSportsIE
from .franceculture import FranceCultureIE
from .franceinter import FranceInterIE