Skip to content
New issue

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

Categories return Nothing #27

Open
IcarusSO opened this issue Dec 19, 2019 · 0 comments
Open

Categories return Nothing #27

IcarusSO opened this issue Dec 19, 2019 · 0 comments

Comments

@IcarusSO
Copy link

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant