[wsj:article] Add extractor

This commit is contained in:
John Hawkinson
2017-03-25 19:47:48 -04:00
committed by Sergey M․
parent 0254f93b08
commit 3266d08af2
2 changed files with 29 additions and 4 deletions

View File

@ -1233,7 +1233,10 @@ from .wrzuta import (
WrzutaIE,
WrzutaPlaylistIE,
)
from .wsj import WSJIE
from .wsj import (
WSJIE,
WSJArticleIE,
)
from .xbef import XBefIE
from .xboxclips import XboxClipsIE
from .xfileshare import XFileShareIE