new version

This commit is contained in:
UrloMythus
2026-05-19 20:28:26 +02:00
parent fbee2c1855
commit bd208c63ff
99 changed files with 1287 additions and 225 deletions
+1
View File
@@ -308,6 +308,7 @@ class ExtractorURLParams(GenericParams):
"Sportsonline",
"Vavoo",
"VidFast",
"StreamHG",
] = Field(..., description="The host to extract the URL from.")
destination: Annotated[str, Field(description="The URL of the stream.", alias="d")]
redirect_stream: bool = Field(False, description="Whether to redirect to the stream endpoint automatically.")