[dw] add support for article pages(closes #8790)

This commit is contained in:
remitamine 2016-03-12 08:33:22 +01:00
parent 91d6aafb48
commit 36bb63e084
2 changed files with 35 additions and 6 deletions

View file

@ -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