[srgssr] Add generic extractor for SRGSSR Group sites

This commit is contained in:
remitamine 2015-10-09 20:08:37 +01:00
parent ef47b2c15f
commit 1ef1563649
3 changed files with 134 additions and 105 deletions

View file

@ -591,7 +591,10 @@ from .sportbox import (
SportBoxEmbedIE,
)
from .sportdeutschland import SportDeutschlandIE
from .srf import SrfIE
from .srgssr import (
SRGSSRIE,
SRGSSRPlayIE,
)
from .srmediathek import SRMediathekIE
from .ssa import SSAIE
from .stanfordoc import StanfordOpenClassroomIE