2 Jan 2022 |
| appservicechanged room power levels. | 17:19:52 |
TiA4f8R | Just found this in the Vanced source code, if someone is interested: | 17:33:49 |
TiA4f8R | Download agnq.java | 17:33:54 |
| sirfredrick joined the room. | 17:43:38 |
Samantaz Fox | In reply to @tia4f8r:matrix.org So we can't just add the parameter to show unavailable videos what? | 18:36:16 |
TiA4f8R |
The thing is that the autoplay next video in playlist, has to skip them
| 18:38:28 |
Samantaz Fox | ah, right | 18:39:57 |
TiA4f8R | As a remember, you need to send the "params": "wgYCCAA%3D" field in the JSON payload to show unavailable videos. | 18:41:38 |
Samantaz Fox | yeah :) I've opened an issue for that | 18:47:06 |
Samantaz Fox | I tried to implement the feature, but I haven't been able to find a playlist that has unavailable videos. | 18:47:53 |
TiA4f8R | I have a lot of playlists with unavailable videos if you want :) | 18:48:36 |
Samantaz Fox | neat! | 18:48:56 |
Samantaz Fox | can you post them here? https://github.com/iv-org/invidious/issues/2303 | 18:49:17 |
TiA4f8R | You have also https://github.com/iv-org/invidious/issues/2305 which contains unavailable videos! | 18:52:14 |
Samantaz Fox | Oh, I've tried thos with the parameter you mentioned. But nothing showed up. | 18:53:13 |
Samantaz Fox | I think that something probably removes them somewhere else :/ | 18:53:33 |
TiA4f8R | Did you tried with this type of body? | 18:58:15 |
TiA4f8R | {
"context": {
"client": {
"hl": "en-GB",
"gl": "US",
"clientName": "WEB",
"clientVersion": "2.20220103.01.00"
}
},
"browseId": "VL" + PLAYLIST_ID,
"params": "wgYCCAA%3D"
}
| 18:58:37 |
TiA4f8R | They are shown for me | 18:58:52 |
TheFrenchGhosty | In reply to @tia4f8r:matrix.org As a remember, you need to send the "params": "wgYCCAA%3D" field in the JSON payload to show unavailable videos. why this specific param? | 19:21:45 |
TheFrenchGhosty | it's just an arbitrary value youtube uses? | 19:21:59 |
Samantaz Fox | it's a protobuf object :) | 19:22:17 |
Samantaz Fox | TiA4f8R yeah, I did. Though, I havent tried from CLI, only inside invidious | 19:22:45 |
| SamantazFox_ joined the room. | 20:05:47 |
| TheGodGoldfish joined the room. | 20:18:25 |
| byteskep1ical joined the room. | 20:45:32 |
| zehka joined the room. | 21:32:01 |
zehka | Hey everyone. I'm having trouble running invidious on almalinux (the community-driven successor of CentOS) and made an issue for that: https://github.com/iv-org/invidious/issues/2753
I was told i could/should head here for help troubleshooting the OpenSSL errors invidious produces | 21:35:41 |
Samantaz Fox | Hello! | 21:36:49 |
TheFrenchGhosty | zehka: Hey, can you do crystal --version | 21:37:01 |