[extractor/wistia] Add support for channels (#4819)
Fixes https://github.com/yt-dlp/yt-dlp/issues/4748 Related: https://github.com/yt-dlp/yt-dlp/issues/4985 Authored by: coletdjnz
This commit is contained in:
parent
f55523cfdd
commit
3c757d5ed2
3 changed files with 201 additions and 67 deletions
|
|
@ -2142,6 +2142,7 @@ from .whowatch import WhoWatchIE
|
|||
from .wistia import (
|
||||
WistiaIE,
|
||||
WistiaPlaylistIE,
|
||||
WistiaChannelIE,
|
||||
)
|
||||
from .worldstarhiphop import WorldStarHipHopIE
|
||||
from .wppilot import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue