-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
ogg files #2
Comments
Replace the Line 41 in ac231a4
The current index is the 4th, so for the MP4_256 quality. Therefore I don't know if it'll work with ogg files, let me know |
this line fails for OGG files: Line 44 in ac231a4
so how to get the key? |
I think I fixed it in the latest commit, please try with it then let me know if it works |
I dont think you understand. from this response: [
{
"file_id": "98b53c239db400b0a016145700de431f68d28f54",
"format": "OGG_VORBIS_320"
},
{
"file_id": "6a5f12fa51f2c1e284af707a99f3ca8696f7f62f",
"format": "OGG_VORBIS_160"
},
{
"file_id": "f682d2a95d0e14eeef4f40b60fddde56bc6721c7",
"format": "OGG_VORBIS_96"
},
{
"file_id": "173df68b5097d407deff841f41576c81c30e1342",
"format": "MP4_256_DUAL"
},
{
"file_id": "6c9e7830a3f4bc77d0384bc3f5d27df5205e5130",
"format": "MP4_256"
},
{
"file_id": "93d1765cfdc5e84a41600051731a7affcaa2e912",
"format": "MP4_128_DUAL"
},
{
"file_id": "392482fe9bed7372d1657d7e22f32b792902f3bd",
"format": "MP4_128"
}
] these all work:
but these all fail:
|
how to get them?
OGG_VORBIS_320
OGG_VORBIS_160
OGG_VORBIS_96
The text was updated successfully, but these errors were encountered: