Add VevoIE
This commit is contained in:
parent
7b4948b05f
commit
70d1924f8b
3 changed files with 53 additions and 0 deletions
|
@ -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()
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue