Improved script for downloading all games data without incurring in errors#5
Improved script for downloading all games data without incurring in errors#5hechmik wants to merge 37 commits intoGregorUT:masterfrom
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. |
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: