Merge pull request #4543 from akretz/cnn_fix

[cnn] Add support for articles with videos (fixes #4541)
This commit is contained in:
Sergey M. 2014-12-29 20:21:39 +06:00
commit 974739aab5
2 changed files with 26 additions and 0 deletions

View file

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