[cnn] Add support for articles with videos (fixes #4541)

This commit is contained in:
Adrian Kretz 2014-12-22 18:40:36 +01:00
commit 9532d72371
2 changed files with 26 additions and 0 deletions

View file

@ -64,6 +64,7 @@ from .cnet import CNETIE
from .cnn import (
CNNIE,
CNNBlogsIE,
CNNArticleIE,
)
from .collegehumor import CollegeHumorIE
from .comedycentral import ComedyCentralIE, ComedyCentralShowsIE