added an IE for wimp.com
This commit is contained in:
parent
b004821fa9
commit
405ec05cb2
2 changed files with 27 additions and 0 deletions
|
@ -49,6 +49,7 @@ from .vbox7 import Vbox7IE
|
|||
from .vevo import VevoIE
|
||||
from .vimeo import VimeoIE
|
||||
from .vine import VineIE
|
||||
from .wimp import WimpIE
|
||||
from .worldstarhiphop import WorldStarHipHopIE
|
||||
from .xhamster import XHamsterIE
|
||||
from .xnxx import XNXXIE
|
||||
|
@ -132,6 +133,7 @@ def gen_extractors():
|
|||
VevoIE(),
|
||||
JukeboxIE(),
|
||||
TudouIE(),
|
||||
WimpIE(),
|
||||
GenericIE()
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue