[tmz] Add support for articles (fixes #5477)
This commit is contained in:
parent
69b46b3d95
commit
e41f450f28
2 changed files with 32 additions and 1 deletions
|
@ -543,7 +543,10 @@ from .thesixtyone import TheSixtyOneIE
|
|||
from .thisav import ThisAVIE
|
||||
from .tinypic import TinyPicIE
|
||||
from .tlc import TlcIE, TlcDeIE
|
||||
from .tmz import TMZIE
|
||||
from .tmz import (
|
||||
TMZIE,
|
||||
TMZArticleIE,
|
||||
)
|
||||
from .tnaflix import TNAFlixIE
|
||||
from .thvideo import (
|
||||
THVideoIE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue