We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for example like in here
{ "encAudio": true, "version": "3.7", "videoGroups": [ { "key": 7542491622499622, "version": "40110", "videos": [ "Cs_Sumeru_EQ401101101_KP" ] }, { "key": 1413854736885483, "version": "13032", "videos": [ "Cs_Sumeru_LQ1303208_KLX_Boy", "Cs_Sumeru_LQ1303208_KLX_Girl" ] } ] }
How would you find like the "version": "40110", or the "version": "13032",? Would I have to read the hex dumps of the files or anything?
"version": "40110",
"version": "13032",
The text was updated successfully, but these errors were encountered:
the original version.json is in 26236578.blk. #8 is about getting the key.
Sorry, something went wrong.
No branches or pull requests
for example like in here
How would you find like the
"version": "40110",
or the"version": "13032",
? Would I have to read the hex dumps of the files or anything?The text was updated successfully, but these errors were encountered: