[PR #1443] [MERGED] api/vimeo: add support for specifying access tokens #1409

Closed
opened 2025-11-09 10:12:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1443
Author: @zImPatrick
Created: 9/24/2025
Status: Merged
Merged: 9/24/2025
Merged by: @dumbmoron

Base: developHead: vimeo-bearer


📝 Commits (1)

  • 831234a api/vimeo: add support for specifying access tokens

📊 Changes

3 files changed (+7 additions, -1 deletions)

View changed files

📝 api/src/processing/cookie/manager.js (+1 -0)
📝 api/src/processing/services/vimeo.js (+3 -1)
📝 docs/examples/cookies.example.json (+3 -0)

📄 Description

the android client now also needs a valid device_identifier, but already generated access_tokens work fine
you can also get them from a rooted device by mitm'ing the device while starting vimeo for the first time or going into its data directory and searching for the token in shared_prefs/

i've been using this on cobalt.meowing.de for a month or so and it's been working fine - never had to replace the token


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1443 **Author:** [@zImPatrick](https://github.com/zImPatrick) **Created:** 9/24/2025 **Status:** ✅ Merged **Merged:** 9/24/2025 **Merged by:** [@dumbmoron](https://github.com/dumbmoron) **Base:** `develop` ← **Head:** `vimeo-bearer` --- ### 📝 Commits (1) - [`831234a`](https://github.com/imputnet/cobalt/commit/831234a2f74329679c998b2110e6a5917dcbb214) api/vimeo: add support for specifying access tokens ### 📊 Changes **3 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/cookie/manager.js` (+1 -0) 📝 `api/src/processing/services/vimeo.js` (+3 -1) 📝 `docs/examples/cookies.example.json` (+3 -0) </details> ### 📄 Description the android client now also needs a valid device_identifier, but already generated access_tokens work fine you can also get them from a rooted device by mitm'ing the device while starting vimeo for the first time or going into its data directory and searching for the token in shared_prefs/ i've been using this on cobalt.meowing.de for a month or so and it's been working fine - never had to replace the token --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:12:26 -06:00
Sign in to join this conversation.