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

500px extractor partially broken #956

Closed
arvenig opened this issue Aug 23, 2020 · 0 comments
Closed

500px extractor partially broken #956

arvenig opened this issue Aug 23, 2020 · 0 comments

Comments

@arvenig
Copy link

arvenig commented Aug 23, 2020

500px seems to have updated within the last few days and gallery-dl is no longer able to download user profiles or galleries. It is still able to download individual photos. I am not a coder / developer so I can't give much insight, but from what I can see, the URL for profiles and galleries has changed.

Example with new url format:
gallery-dl --verbose https://500px.com/p/light_expression_photography?view=photos

[gallery-dl][debug] Version 1.14.5-dev
[gallery-dl][debug] Python 3.8.5 - Linux-5.7.16-1-MANJARO-x86_64-with-glibc2.2.5
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.10
[gallery-dl][debug] Starting DownloadJob for 'https://500px.com/p/light_expression_photography?view=photos'
[gallery-dl][error] No suitable extractor found for 'https://500px.com/p/light_expression_photography?view=photos'

Example with old url format:
gallery-dl --verbose https://500px.com/light_expression_photography

[gallery-dl][debug] Version 1.14.5-dev
[gallery-dl][debug] Python 3.8.5 - Linux-5.7.16-1-MANJARO-x86_64-with-glibc2.2.5
[gallery-dl][debug] requests 2.24.0 - urllib3 1.25.10
[gallery-dl][debug] Starting DownloadJob for 'https://500px.com/light_expression_photography'
[500px][debug] Using _500pxUserExtractor for 'https://500px.com/light_expression_photography'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): 500px.com:443
[urllib3.connectionpool][debug] https://500px.com:443 "GET /light_expression_photography HTTP/1.1" 301 115
[urllib3.connectionpool][debug] https://500px.com:443 "GET /p/light_expression_photography HTTP/1.1" 200 None
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): api.500px.com:443
[urllib3.connectionpool][debug] https://api.500px.com:443 "GET /v1/photos?feature=user&stream=photos&rpp=50&page=1 HTTP/1.1" 500 43
[500px][debug] '500 Internal Server Error' for 'https://api.500px.com/v1/photos' (1/5)
[urllib3.connectionpool][debug] https://api.500px.com:443 "GET /v1/photos?feature=user&stream=photos&rpp=50&page=1 HTTP/1.1" 500 43
[500px][debug] '500 Internal Server Error' for 'https://api.500px.com/v1/photos' (2/5)
[urllib3.connectionpool][debug] https://api.500px.com:443 "GET /v1/photos?feature=user&stream=photos&rpp=50&page=1 HTTP/1.1" 500 43
[500px][debug] '500 Internal Server Error' for 'https://api.500px.com/v1/photos' (3/5)
[urllib3.connectionpool][debug] https://api.500px.com:443 "GET /v1/photos?feature=user&stream=photos&rpp=50&page=1 HTTP/1.1" 500 43
[500px][debug] '500 Internal Server Error' for 'https://api.500px.com/v1/photos' (4/5)
[urllib3.connectionpool][debug] https://api.500px.com:443 "GET /v1/photos?feature=user&stream=photos&rpp=50&page=1 HTTP/1.1" 500 43
[500px][debug] '500 Internal Server Error' for 'https://api.500px.com/v1/photos' (5/5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants