Add files via upload

This commit is contained in:
Urlo30
2025-01-25 13:52:28 +01:00
committed by GitHub
parent bc2ca901cd
commit c54be91e39
7 changed files with 186 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ class MPDSegmentParams(GenericParams):
class ExtractorURLParams(GenericParams):
host: Literal["Doodstream", "Mixdrop", "Uqload", "Streamtape", "Supervideo", "LiveTV"] = Field(
host: Literal["Doodstream", "Mixdrop", "Uqload", "Streamtape", "Supervideo", "VixCloud", "Okru", "Maxstream", "LiveTV"] = Field(
..., description="The host to extract the URL from."
)
destination: str = Field(..., description="The URL of the stream.", alias="d")