9 ms·
It's not but given that Perplexity doesn't have an API and blocks automated downloads, I'm not sure what else to use. Explained in the docs: https://github.com/
by skaul 5mo ago
It's not but given that Perplexity doesn't have an API and blocks automated downloads, I'm not sure what else to use. Explained in the docs: https://github.com/ShivanKaul/chromium-drift/blob/main/docs/version-fetching.md#perplexity-comet https://github.com/ShivanKaul/chromium-drift/blob/main/docs/...
- Retr0id 5mo agoHow does comet update itself? Edit: approximately like so: curl -sS -X POST -H 'Content-Type: application/json' -d '{"request":{"protocol":"4.0","updater":"CometUpdater","updaterversion":"0","os":{"platform":"win","version":"10","arch":"x64"},"apps":[{"appid":"{42e10078-e377-4166-965f-c14ad958a146}","version":"0.0.0.0","updatechecks":[{}]}]}}' https://www.perplexity.ai/rest/browser/update2 | sed "s/^)]}'//" | jq -r '.response.apps[0].updatecheck.nextversion'
- Retr0id 5mo agofwiw this should work the same for just about all chromium forks - protocol is documented here: https://github.com/chromium/chromium/blob/6eb6252d5671bca378a243200eafca43f424482f/docs/updater/protocol_4.md https://github.com/chromium/chromium/blob/6eb6252d5671bca378...
- deleted 5mo ago[deleted]
- deleted 5mo ago[deleted]