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

screenshots Problem #28

Closed
harunresitc opened this issue Jan 18, 2019 · 3 comments
Closed

screenshots Problem #28

harunresitc opened this issue Jan 18, 2019 · 3 comments

Comments

@harunresitc
Copy link

com.Rain.Teslagrad

for egs in gPlayBilgi['screenshots']:
            print("Ekran:",egs)

Output:
data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==

@danieliu
Copy link
Owner

Can you provide the following info?

Operating system:
Python version:
play_scraper version:
Steps to reproduce, i.e. full example code, not just the snippet where it occurs:

@harunresitc
Copy link
Author

Operating System: Raspbian Stretch
Python Version: 3.5.3
play_scraper Version: 0.5.0

My Codes:

#!/usr/bin python3
# -*- coding: utf-8 -*-

import play_scraper

gPid="com.pikpok.nsr.play"
try:
    gPlayBilgi=play_scraper.details(gPid)
    for egs in gPlayBilgi['screenshots']:
        print("SS:",egs)
except:
    print("ERROR")

Sometimes output:
SS: data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==

@danieliu
Copy link
Owner

Fixed by 9d07f11.

Seems like the screenshot images that were hidden within the carousel have placeholder src attributes, probably to reduce bandwidth and loading times.

Try updating to 0.5.2.

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

2 participants