Add VevoIE

This commit is contained in:
Jaime Marquínez Ferrándiz 2013-06-24 12:31:41 +02:00
parent 7b4948b05f
commit 70d1924f8b
3 changed files with 53 additions and 0 deletions

View file

@ -44,6 +44,7 @@ from .ted import TEDIE
from .tumblr import TumblrIE
from .ustream import UstreamIE
from .vbox7 import Vbox7IE
from .vevo import VevoIE
from .vimeo import VimeoIE
from .vine import VineIE
from .worldstarhiphop import WorldStarHipHopIE
@ -125,6 +126,7 @@ def gen_extractors():
GametrailersIE(),
StatigramIE(),
BreakIE(),
VevoIE(),
GenericIE()
]