1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-14 12:15:23 +00:00

[ie/pandavideo] Add extractor Fixes #13109

Implementation of extractor for video host provider pandavideo.
Works on direct urls or embedded videos in websites.

Closes #13109

Co-authored-by: Miguel Noronha <miguel.noronha@tecnico.ulisboa.pt>
This commit is contained in:
Iuri Campos
2025-05-16 13:09:14 +01:00
parent ea8498ed53
commit 8cd0f510ee
2 changed files with 77 additions and 0 deletions

View File

@@ -1488,6 +1488,7 @@ from .palcomp3 import (
PalcoMP3IE,
PalcoMP3VideoIE,
)
from .pandavideo import PandaVideoIE
from .panopto import (
PanoptoIE,
PanoptoListIE,