議論 » Greasy Fork への意見
I tried to request urls like https://greasyfork.org/scripts/{NumberScriptID}/code/script.meta.js to get the meta info of one script (for example: https://greasyfork.org/scripts/416310/code/script.meta.js). But I found the meta info didn't appears like the latest version of the script (for example, the latest version of https://greasyfork.org/scripts/416310/ is 1.4.8, but when I request https://greasyfork.org/scripts/416310/code/script.meta.js I've got version 1.4.7.1(the previous version but not the latest)).Similarly, I got the previous version when I requested urls like https://greasyfork.org/scripts/{NumberScriptID}/code/script.user.js. How can I get the latest meta data and latest script using ScriptID?PS: While I'm typing these words, I found the problem disappeared itself, and now I'll get the latest version if I request those urls again. Is there any buffering time in GreasyFork?
https://greasyfork.org/scripts/{NumberScriptID}/code/script.meta.js
1.4.8
1.4.7.1
https://greasyfork.org/scripts/{NumberScriptID}/code/script.user.js
Oh, thank you. The buffering time now seems to be shortened.
返信を投稿するにはログインしてください。
I tried to request urls like
https://greasyfork.org/scripts/{NumberScriptID}/code/script.meta.js
to get the meta info of one script (for example: https://greasyfork.org/scripts/416310/code/script.meta.js). But I found the meta info didn't appears like the latest version of the script (for example, the latest version of https://greasyfork.org/scripts/416310/ is1.4.8
, but when I request https://greasyfork.org/scripts/416310/code/script.meta.js I've got version1.4.7.1
(the previous version but not the latest)).Similarly, I got the previous version when I requested urls likehttps://greasyfork.org/scripts/{NumberScriptID}/code/script.user.js
. How can I get the latest meta data and latest script using ScriptID?PS: While I'm typing these words, I found the problem disappeared itself, and now I'll get the latest version if I request those urls again. Is there any buffering time in GreasyFork?