Emad88 / gbf-downloader

Node script that downloads the assets of all playable characters from the game Granblue Fantasy.
3 stars 1 forks source link

https://gbf.wiki/Meta:Character_Validation Not updated anymore #1

Open toniohc opened 4 years ago

toniohc commented 4 years ago

Hello, thanks for this nice tool :) It is really usefull but here is a little problem i encounter.

https://gbf.wiki/Meta:Character_Validation is not updated anymore and i think you use it to fetch the character list.

So when i run your tool, i cannot retrieve all the character :'(

Do you think you can help me with this.

Thanks again for your work

Emad88 commented 4 years ago

That's a problem. I use that table to fetch the 10-digit id, which is part of the images urls. I see that https://gbf.wiki/All_Characters is up to date, but it still doesn't have a column containing that id, which is why I was getting the data from both.

So the solutions are 3:

toniohc commented 4 years ago

Hello, thanks for your quick answer.

I found this : https://gbf.wiki/Special:TemplateSandbox Sandbox prefix: User:FabulousCupcake/sandbox

Render page: User:FabulousCupcake/sandbox/Character Id List

Don't know if it can help you.

Le mar. 21 avr. 2020 à 15:01, Emanuele Franceschini < notifications@github.com> a écrit :

That's a problem. I use that table to fetch the 10-digit id, which is part of the images urls. I see that https://gbf.wiki/All_Characters is up to date, but it still doesn't have a column containing that id, which is why I was getting the data from both.

So the solutions are 3:

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Emad88/gbf-downloader/issues/1#issuecomment-617164508, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASTLLD3IS6YELXNWAYYCB3RNWKLRANCNFSM4MMWRD5Q .

Emad88 commented 4 years ago

That could work, however I'm a bit reticent on using a private page. Where did you find it? It would be interesting knowing how that page is generated if it's dynamic.