[Peertube] Add playlist extractor (#957)

Authored by: u-spec-png
This commit is contained in:
u-spec-png
2021-09-14 03:55:26 +00:00
committed by GitHub
parent 9c95ac677e
commit e9a30b181e
2 changed files with 90 additions and 9 deletions

View File

@@ -1024,7 +1024,10 @@ from .patreon import (
)
from .pbs import PBSIE
from .pearvideo import PearVideoIE
from .peertube import PeerTubeIE
from .peertube import (
PeerTubeIE,
PeerTubePlaylistIE,
)
from .peloton import (
PelotonIE,
PelotonLiveIE