[dw] add support for article pages(closes #8790)
This commit is contained in:
parent
91d6aafb48
commit
36bb63e084
2 changed files with 35 additions and 6 deletions
|
@ -189,7 +189,10 @@ from .dumpert import DumpertIE
|
|||
from .defense import DefenseGouvFrIE
|
||||
from .discovery import DiscoveryIE
|
||||
from .dropbox import DropboxIE
|
||||
from .dw import DWIE
|
||||
from .dw import (
|
||||
DWIE,
|
||||
DWArticleIE,
|
||||
)
|
||||
from .eagleplatform import EaglePlatformIE
|
||||
from .ebaumsworld import EbaumsWorldIE
|
||||
from .echomsk import EchoMskIE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue