-
Notifications
You must be signed in to change notification settings - Fork 100
Improved script for downloading all games data without incurring in errors #5
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
base: master
Are you sure you want to change the base?
Conversation
|
Thank a lot for this fix. It's really well written. FYI they changed their http protocol to https. In order to make it work, you just need to specify "https://www.vgchartz.com/game/" instead of "http://www.vgchartz.com/game/" |
|
I changed the link in the configuration file, it should be ok now :) |
|
Actually it was for the vgchartzfull.py file: without it, game_tags would return nothing :) |
|
Thanks a lot, I forgot that bit! |
Avoiding to upload csv data partial files
# Conflicts: # requirements.txt # vgchartzfull.py
|
I've just work over this fork that is working fine at time of this writing. |
Signed-off-by: Manuel Eusebio de Paz Carmona <Pelirrojo@users.noreply.github.com>
Update total count
|
FWIW I had to apply the following diff to get it to run: Hope this helps someone. |
|
Hi, after experimenting a little with older versions of this I realized you have the most useable version by far. But I seem to be getting an error that I can't pin down, which was similar to one in the original version that involved a change to the website's layout. (I'm new to python so forgive any stupid questions). The error I'm getting is "Unexpected error: (<class 'KeyError'>, KeyError('href'), <traceback object at 0x000002073555C040>)". Does anyone know why this is happening? |
|
Thanks @imirkin with your fix in the lambda function is working fine. |
GregorUT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your additions.
As part of a university of project I needed to download data from vgchartz. I found your script really useful but after few downloads requests were blocked. In order to solve this problems I've improved the code as follows: