mirror of
https://github.com/UrloMythus/UnHided.git
synced 2026-04-11 11:50:51 +00:00
updated to lastest version
This commit is contained in:
@@ -25,6 +25,9 @@ class GenerateUrlRequest(BaseModel):
|
||||
)
|
||||
ip: Optional[IPvAnyAddress] = Field(None, description="The IP address to restrict the URL to.")
|
||||
filename: Optional[str] = Field(None, description="Filename to be preserved for media players like Infuse.")
|
||||
base64_encode_destination: Optional[bool] = Field(
|
||||
False, description="Whether to encode the destination URL in base64 format before processing."
|
||||
)
|
||||
|
||||
|
||||
class MultiUrlRequestItem(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user