that's great \=D/Ezoda wrote:
Published new version with ability to download ranked beatmaps from http://osu.yas-online.net directly from beatmap listing page.
If you have suggestions feel free to post.
that's great \=D/Ezoda wrote:
Published new version with ability to download ranked beatmaps from http://osu.yas-online.net directly from beatmap listing page.
If you have suggestions feel free to post.
vincaslt wrote:
I doesn't work for me, nothing is being shown when using script on 'Scriptish', there is an error in console:
[ppforosuscorepages@httposustats.ppy.sh] Error: Permission denied to access property 'toString' - line 17, col 4
Thanks.vincaslt wrote:
The script seemed to contain mistakes, got it to work by editing line 17:
from:
if (!this.GM_getValue || (this.GM_getValue.toString && this.GM_getValue.toString().indexOf("not supported") > -1)) {
t:
if (!this.GM_getValue() || (this.GM_getValue.toString() && this.GM_getValue.toString().indexOf("not supported") > -1)) {
this question already were asked several times.Ezoda wrote:
not possible you cant set nomod filter on get_scores api endpoint
Yea it's fixed. Nice job on the update btw!Piotrekol wrote:
@abraker
api got "stuck" because of something else running on server.
Should be fixed now
2016-02-14 00:46 Piotrekol: more with updater not really working atm because osu!api seems to be slow as heckThis was about osustats, but it's same issue with this script as it uses same method to update data.
2016-02-14 00:46 Piotrekol: causing timeouts on its requests
[...]
2016-02-14 00:47 Piotrekol: so we're kind of unable to update right now
[...]
2016-02-14 00:47 Piotrekol: if you're using our greasemonkey script that's also why it isn't updating scores on single maps
2016-02-14 00:47 Piotrekol: same issuse
Piotrekol wrote:
copy-pasta of part of my conversation this night:2016-02-14 00:46 Piotrekol: more with updater not really working atm because osu!api seems to be slow as heckThis was about osustats, but it's same issue with this script as it uses same method to update data.
2016-02-14 00:46 Piotrekol: causing timeouts on its requests
[...]
2016-02-14 00:47 Piotrekol: so we're kind of unable to update right now
[...]
2016-02-14 00:47 Piotrekol: if you're using our greasemonkey script that's also why it isn't updating scores on single maps
2016-02-14 00:47 Piotrekol: same issuse