[cnn] Add an extractor for blogs (closes #2361)
This commit is contained in:
parent
def630e523
commit
0ae6b01937
2 changed files with 30 additions and 1 deletions
|
@ -32,7 +32,10 @@ from .clipfish import ClipfishIE
|
|||
from .cliphunter import CliphunterIE
|
||||
from .clipsyndicate import ClipsyndicateIE
|
||||
from .cmt import CMTIE
|
||||
from .cnn import CNNIE
|
||||
from .cnn import (
|
||||
CNNIE,
|
||||
CNNBlogsIE,
|
||||
)
|
||||
from .collegehumor import CollegeHumorIE
|
||||
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE
|
||||
from .condenast import CondeNastIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue