We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to get the categories but it returns Nothing. Do you know the reasons?
obj.urlinfo("www.instagram.com", response_group="Categories")
<?xml version="1.0" encoding="utf-8"?> <aws:UrlInfoResponse xmlns:aws="http://awis.amazonaws.com/doc/2005-10-05"> <aws:Response xmlns:aws="http://awis.amazonaws.com/doc/2005-07-11"> <aws:OperationRequest> <aws:RequestId>f2a24d64-4970-4f62-8bbe-1644ad6d7546</aws:RequestId> </aws:OperationRequest> <aws:UrlInfoResult> <aws:Alexa> <aws:Request> <aws:Arguments> <aws:Argument> <aws:Name>url</aws:Name> <aws:Value>www.instagram.com</aws:Value> </aws:Argument> <aws:Argument> <aws:Name>responsegroup</aws:Name> <aws:Value>Categories</aws:Value> </aws:Argument> </aws:Arguments> </aws:Request> <aws:Related> <aws:DataUrl type="canonical">instagram.com/</aws:DataUrl> </aws:Related> </aws:Alexa> </aws:UrlInfoResult> <aws:ResponseStatus xmlns:aws="http://alexa.amazonaws.com/doc/2005-10-05/"> <aws:StatusCode>Success</aws:StatusCode> </aws:ResponseStatus> </aws:Response> </aws:UrlInfoResponse>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to get the categories but it returns Nothing. Do you know the reasons?
obj.urlinfo("www.instagram.com", response_group="Categories")
The text was updated successfully, but these errors were encountered: