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

play_scraper always returns None for description and description_html #50

Closed
ajinabraham opened this issue May 16, 2019 · 2 comments · Fixed by #56
Closed

play_scraper always returns None for description and description_html #50

ajinabraham opened this issue May 16, 2019 · 2 comments · Fixed by #56
Labels

Comments

@ajinabraham
Copy link

Describe the bug
always return None for description and description_html

{'title': 'WiFi Map — Free Passwords & Hotspots', 'icon': 'https://lh3.googleusercontent.com/SnhTxeJgxWHS7AlwEl_QNa2lpwCNFsL3Dqrzl-jMqvwFzYMIZW5V3IHUWFU3bKe6N8Kg', 'screenshots': [], 'video': 'https://www.youtube.com/embed/yl95ZgDTYp0', 'category': ['TRAVEL_AND_LOCAL'], 'score': '4.3', 'histogram': {5: None, 4: None, 3: None, 2: None, 1: None}, 'reviews': 700308, 'description': None, 'description_html': None, 'recent_changes': None, 'editors_choice': False, 'price': '0', 'free': True, 'iap': True, 'developer_id': '8565181914239008089', 'updated': 'April 20, 2019', 'size': '38M', 'installs': '50,000,000+', 'current_version': '4.1.17', 'required_android_version': '4.3 and up', 'content_rating': ['Everyone'], 'iap_range': ('$0.99', '$19.99'), 'interactive_elements': ['Users Interact, Digital Purchases'], 'developer': 'WiFi Map LLC', 'developer_email': '[email protected]', 'developer_url': 'https://www.wifimap.io/', 'developer_address': '25 Broadway, 9th Floor\nNew York, NY 10004', 'app_id': 'io.wifimap.wifimap', 'url': 'https://play.google.com/store/apps/details?id=io.wifimap.wifimap'}

To Reproduce

>>> import play_scraper
>>> play_scraper.details('io.wifimap.wifimap')

Expected behavior
fetch description and description_html correctly.

Screenshots
N/A

Desktop (please complete the following information):

  • OS: macOS 10.14.4
  • Python Version 3.7.3
  • play_scraper Version 0.5.5

Additional context
Add any other context about the problem here.

@pradyukrish
Copy link

pradyukrish commented May 24, 2019

screenshots too is coming in as an empty array.

@superpoussin22
Copy link

#56 solve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants