Split Parti Extractor into Live and Video

This commit is contained in:
Ben Faerber
2025-03-27 16:55:27 -06:00
parent c6dd86af14
commit 5f632986db
2 changed files with 86 additions and 56 deletions
+4 -1
View File
@@ -1492,7 +1492,10 @@ from .paramountplus import (
)
from .parler import ParlerIE
from .parlview import ParlviewIE
from .parti import PartiIE
from .parti import (
PartiLivestreamIE,
PartiVideoIE,
)
from .patreon import (
PatreonCampaignIE,
PatreonIE,