URLAnalyzerName | Description |
---|---|
url | Type: str |
Name | Description |
---|---|
test_url | Whether to test the URL by making a request Type: bool Default: False |
follow_redirects | Whether to follow redirects when testing the URL Type: bool Default: True |
prioritize_extension | Whether to prioritize file extension over MIME type Type: bool Default: True |
Type | Description |
---|---|
dict[str, typing.Any] | dict: A dictionary containing the analysis results |
Type | Description |
---|---|
Tuple[str, list[str]] | Tuple[str, list[str]]: The final URL and the redirect chain |
Type | Description |
---|---|
dict[str, typing.Any] | dict: Information about redirects |
Type | Description |
---|---|
dict[str, typing.Any] | None | Optional[dict]: The analysis result or None |