1
0
Fork 0

[panopto] Add extractors (#2908)

Based on https://github.com/ytdl-org/youtube-dl/pull/13449
Closes #1946
Authored by: coletdjnz, kmark
This commit is contained in:
coletdev 2022-03-09 10:00:57 +13:00 committed by GitHub
commit e248be3319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 465 additions and 3 deletions

View file

@ -1152,6 +1152,11 @@ from .palcomp3 import (
PalcoMP3VideoIE,
)
from .pandoratv import PandoraTVIE
from .panopto import (
PanoptoIE,
PanoptoListIE,
PanoptoPlaylistIE
)
from .paramountplus import (
ParamountPlusIE,
ParamountPlusSeriesIE,