[tnaflix] Generalize tnaflix extractors
This commit is contained in:
parent
c342041fba
commit
d16154d163
4 changed files with 234 additions and 219 deletions
|
@ -144,7 +144,6 @@ from .ellentv import (
|
|||
)
|
||||
from .elpais import ElPaisIE
|
||||
from .embedly import EmbedlyIE
|
||||
from .empflix import EMPFlixIE
|
||||
from .engadget import EngadgetIE
|
||||
from .eporner import EpornerIE
|
||||
from .eroprofile import EroProfileIE
|
||||
|
@ -311,7 +310,6 @@ from .morningstar import MorningstarIE
|
|||
from .motherless import MotherlessIE
|
||||
from .motorsport import MotorsportIE
|
||||
from .movieclips import MovieClipsIE
|
||||
from .moviefap import MovieFapIE
|
||||
from .moviezine import MoviezineIE
|
||||
from .movshare import MovShareIE
|
||||
from .mtv import (
|
||||
|
@ -578,7 +576,11 @@ from .tmz import (
|
|||
TMZIE,
|
||||
TMZArticleIE,
|
||||
)
|
||||
from .tnaflix import TNAFlixIE
|
||||
from .tnaflix import (
|
||||
TNAFlixIE,
|
||||
EMPFlixIE,
|
||||
MovieFapIE,
|
||||
)
|
||||
from .thvideo import (
|
||||
THVideoIE,
|
||||
THVideoPlaylistIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue