[mtv] Add an extractor for the mtvservices embedded player (closes #2995)

This commit is contained in:
Jaime Marquínez Ferrándiz
2014-06-22 19:19:26 +02:00
parent 27ec04b232
commit 8940c1c058
2 changed files with 38 additions and 2 deletions

View File

@ -170,6 +170,7 @@ from .moviezine import MoviezineIE
from .movshare import MovShareIE
from .mtv import (
MTVIE,
MTVServicesEmbeddedIE,
MTVIggyIE,
)
from .musicplayon import MusicPlayOnIE