mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
[wsj:article] Add extractor
This commit is contained in:
parent
0254f93b08
commit
3266d08af2
2 changed files with 29 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue