[TeacherTubeIE] Add extractor for teachertube.com videos + classrooms (fixes #3046)

This commit is contained in:
pulpe 2014-06-06 11:21:59 +02:00
parent b3ae826f7a
commit b4e7447458
3 changed files with 98 additions and 0 deletions

View file

@ -266,6 +266,10 @@ from .streamcz import StreamCZIE
from .swrmediathek import SWRMediathekIE
from .syfy import SyfyIE
from .sztvhu import SztvHuIE
from .teachertube import (
TeacherTubeIE,
TeacherTubeClassroomIE,
)
from .teamcoco import TeamcocoIE
from .techtalks import TechTalksIE
from .ted import TEDIE