[camdemy] Add support for folders

This commit is contained in:
Yen Chi Hsuan 2015-02-12 14:13:19 +08:00
parent 8367d3f3cb
commit c40feaba77
2 changed files with 63 additions and 10 deletions

View file

@ -49,7 +49,10 @@ from .brightcove import BrightcoveIE
from .buzzfeed import BuzzFeedIE
from .byutv import BYUtvIE
from .c56 import C56IE
from .camdemy import CamdemyIE
from .camdemy import (
CamdemyIE,
CamdemyFolderIE
)
from .canal13cl import Canal13clIE
from .canalplus import CanalplusIE
from .canalc2 import Canalc2IE