[mtv] Add an extractor for mtviggy.com (#2072)

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-01-21 20:59:31 +01:00
parent 8d9453b9e8
commit bc4ba05fcb
2 changed files with 18 additions and 1 deletions

View file

@ -119,7 +119,10 @@ from .mit import TechTVMITIE, MITIE
from .mixcloud import MixcloudIE
from .mpora import MporaIE
from .mofosex import MofosexIE
from .mtv import MTVIE
from .mtv import (
MTVIE,
MTVIggyIE,
)
from .muzu import MuzuTVIE
from .myspace import MySpaceIE
from .myspass import MySpassIE